On Wed, Apr 30, 2008 at 7:42 PM, Matt Long <[EMAIL PROTECTED]> 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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
