moving file by NSFileManager
moving file by NSFileManager
- Subject: moving file by NSFileManager
- From: "Ramakrishna Kondapalli" <email@hidden>
- Date: Wed, 26 May 2004 13:47:29 +0530
- Thread-topic: moving file by NSFileManager
Hi,
I am using NSFileManager's method
[[NSFileManager defaultManager] movePath:source toPath:destination
handler:nil];
to move a file from one Dir to another Dir. I am able to see the file
content. Why the comments (Finder info comments) associated with the
source file are missing at the destination?
Thanks
Ramakrishna
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.