1
如何移動可可中的目錄?可可移動目錄
每當我使用NSFileManager,我得到一個錯誤。
NSFileManager* fileManager = [NSFileManager defaultManager];
[fileManager moveItemAtPath:[srcpath retain] toPath:[dstpath retain] error:&error];
我最終得到的錯誤:
nameOfDir1 couldn't be moved to nameOfDir2
你爲什麼保留這些路徑? – 2011-02-05 02:03:53