cocoa version of 'FSpRename' ?
cocoa version of 'FSpRename' ?
- Subject: cocoa version of 'FSpRename' ?
- From: "R. Ecalcitrance" <email@hidden>
- Date: Sun, 27 Jul 2003 00:37:10 -0700
to clarify my last post,
I need to rename files. I was using FSpRename. Is there a cocoa way to
easily rename files?
it's been suggested that I use:
[[NSFileManager defaultManager ] movePath:aFile toPath:newName handler:nil];
but this appears to copy the file and then rename it. doesn't seem like a
good idea considering I have to deal with thousands of files.
???
Akira
_______________________________________________
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.