Re: Funky file URLs from drag & drop
Re: Funky file URLs from drag & drop
- Subject: Re: Funky file URLs from drag & drop
- From: Rick Mann <email@hidden>
- Date: Fri, 11 May 2012 17:15:08 -0700
On May 11, 2012, at 17:10 , Quincey Morris wrote:
> 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.
Oh, of course. Thanks!
--
Rick
_______________________________________________
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