Re: FSCopyObjectASync Not Calling Callback In Cocoa
Re: FSCopyObjectASync Not Calling Callback In Cocoa
- Subject: Re: FSCopyObjectASync Not Calling Callback In Cocoa
- From: "stephen joseph butler" <email@hidden>
- Date: Thu, 1 May 2008 03:26:20 -0500
On Wed, Apr 30, 2008 at 7:42 PM, Matt Long <email@hidden>
wrote:
> FSPathMakeRef( (const UInt8 *)[[sourceFilePath stringValue]
> cStringUsingEncoding:NSUTF8StringEncoding], &source, NULL );
> Boolean isDir = true;
> FSPathMakeRef( (const UInt8 *)[[destinationFilePath stringValue]
> cStringUsingEncoding:NSUTF8StringEncoding], &destination, &isDir );
Along with the other comments, I don't think anyone has mention that these
should be -[NSString fileSystemRepresentation].
_______________________________________________
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