2

私はこのようなフォルダ構造を持っています、

Folder 1  
     Folder 11 
       Folder 111 
       ... Some files .... 
     Folder 12 
       Folder 121 
       ... Some files .... 
     Folder 13 
     .... Some Files ... 

Folder 2 

今、プログラムでFolder1全体をFolder 2にコピーする必要があります

フォローしてみました、

bool success = [[NSFileManager defaultManager] copyItemAtPath:Folder1Path toPath:Folder2Path error:nil];

ただし、 folder2 内に Folder1 のみを作成し、

サブディレクトリを再帰的にコピーする方法はありませんか

4

0 に答える 0