Re: renaming files
Re: renaming files
- Subject: Re: renaming files
- From: Clyde McQueen <email@hidden>
- Date: Mon, 4 Jun 2001 06:14:22 -0700
In Cocoa, check out NSFileManager, and this method:
- (BOOL)movePath:(NSString *)source toPath:(NSString *)destination
handler:handler
Works like a charm.
/Clyde
On Friday, May 25, 2001, at 01:37 PM, Steve Gehrman wrote:
How do I rename a file? I can't seem to find an API do do this. I
tried moving the file to the same directory with a different name, but
that didn't seem to work.
steve
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev