Re: Um... How do you rename a file?
Re: Um... How do you rename a file?
- Subject: Re: Um... How do you rename a file?
- From: Alastair Houghton <email@hidden>
- Date: Thu, 25 Mar 2004 11:08:50 +0000
On 25 Mar 2004, at 10:51, Ken Tozier wrote:
>
The only methods I've found require an awkward conversion of the name
>
of an FSRef from a UTF8String to a unicode string along with the
>
associated length getting etc etc... or the NSFileManager's
>
movePath:toPath:handler which explicitly states "...destination must
>
not yet exist. The destination path must end in a filename." Which
>
pretty much rules out renaming something in place.
Why do you think that?
What's wrong with
[[NSFileManager defaultManager] movePath:oldName toPath:newName
handler:nil];
Kind regards,
Alastair.
--
http://www.alastairs-place.net
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.