Re: Funky file URLs from drag & drop
Re: Funky file URLs from drag & drop
- Subject: Re: Funky file URLs from drag & drop
- From: Quincey Morris <email@hidden>
- Date: Fri, 11 May 2012 17:10:58 -0700
On May 11, 2012, at 16:58 , Rick Mann wrote:
> NSString* path = [item stringForType: @"public.file-url"];
> NSURL* url = [NSURL fileURLWithPath: path];
You absolutely can't do this. A URL is not a path, not even when accessed as a string.
(The first method is returning 'file:/localhost/Users/rmann/Desktop/SpaceX_CCDEV2.jpg', which is treated as a relative path name by the second, and so being prefixed with the absolute path to the current directory.)
_______________________________________________
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