NSFileManager moveItem: Comment field missing

80 views Asked by At

When moving a folder with comments field in objective c, the comments field become empty at destination,here is the code,

[FileManager moveItemAtPath:oldPath toPath:newPath error:&error]

how can i fix this issue,how can i fix this. Any help is appreciated.

0

There are 0 answers