Re: moving file by NSFileManager
Re: moving file by NSFileManager
- Subject: Re: moving file by NSFileManager
- From: Stephane Sudre <email@hidden>
- Date: Wed, 26 May 2004 12:10:09 +0200
On mercredi, mai 26, 2004, at 10:17 AM, Ramakrishna Kondapalli wrote:
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?
Probably both the comments and the resource forks.
I don't think NSFileManager is "Mac OS savy" on this point. Carbon
might be a better solution in this case.
_______________________________________________
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.