NSFileManager movePath problem
NSFileManager movePath problem
- Subject: NSFileManager movePath problem
- From: email@hidden
- Date: Sat, 27 Jan 2007 19:01:08 +0000
Hi
My app needs to copy files from Mac workstations to Windows servers and I'm finding that the auto generated name produced by NSFileManager movePath:toPath: is returning the error
Error = "Couldn't create";
Path = "/Volumes/PMXData/Pagination/Documents/EEB9A911-AE33-11DB-AE99-0016CBCA4065-5847-0000CDC4EB9542BB";
Further tests indicate that it's the length of the auto generated name that's the issue. Is there a way to use NSFileManager but force a user supplied name rather than having this temporary over long auto generated one?
Thanks
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden