Re: really weird move file problem
Re: really weird move file problem
- Subject: Re: really weird move file problem
- From: Uli Kusterer <email@hidden>
- Date: Sat, 22 Sep 2007 15:29:42 +0200
On 21.09.2007, at 18:08, Jaime Magiera wrote:
NSAssert([[NSFileManager defaultManager] movePath:workingFilePath
toPath:[self
resultFilePath]
handler: nil],
@"could not move the media file");
Have you tried specifying a handler and seeing if that gets asked
for anything interesting? Could any symlinks be involved that might
cause an infinite loop while copying? What are the permissions of the
involved files and directories?
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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