Skip navigation.
 
mlSolved: NSFileManager creates shell at destination but won't copy file
FROM : Ken Tozier
DATE : Sun Aug 13 20:33:01 2006

Never mind. Turns out the disk was full. (Never had that happen 
before on a 100 GB drive)

Ken

On Aug 13, 2006, at 12:54 PM, Ken Tozier wrote:

> Hi
>
> I'm trying to do a simple copy from one volume to another and 
> NSFileManager creates an empty file at the destination with the 
> correct name but then stops the copy. I checked the permissions of 
> the source and destination and they're both read/write  but for 
> some reason it's choking.
>
> I wrote a "fileManager:shouldProceedAfterError:" handler to catch 
> the errors but the error dictionary it gives me is completely 
> useless, basically just "file xxx could cont be copied."
>
> Anyone know why it would choke after successfully creating the zero 
> length shell in the destination directory?
>
> Thanks
>
> Ken
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/kentozier%
> 40comcast.net
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlNSFileManager creates shell at destination but won't copy file Ken Tozier Aug 13, 18:54
mlSolved: NSFileManager creates shell at destination but won't copy file Ken Tozier Aug 13, 20:33