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: j o a r <email@hidden>
- Date: Thu, 25 Mar 2004 12:09:53 +0100
I don't understand why you rule out movePath:toPath? It seem to me that
it is the equivalent of a "mv" shell command, which is a rename
operation, as well as a move operation. Isn't it obvious that
"destination must not yet exist", if you're going to rename a file?
j o a r
On 2004-03-25, at 11.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. So how do you do it?
>
>
Sometimes the old ways are better, sigh...
[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.