Re: FSFileManager strange behaviour on OS X
Re: FSFileManager strange behaviour on OS X
- Subject: Re: FSFileManager strange behaviour on OS X
- From: Tim Fletcher <email@hidden>
- Date: Fri, 31 Jul 2015 21:08:19 +0100
Hi Jens,
Problem solved.
>
> Is your application sandboxed?
> But even so, I thought that NSOpen/SavePanel granted a sandboxed app permission to access the directory or file chosen by the user. (I’ve never actually used that functionality in a sandboxed app, though.)
>
No, the app isn’t sandboxed.
>
> Looks like the process running Swift playground code is sandboxed. So it can’t access files outside its sandbox, which is that ‘weird path’ you saw.
>
However, you are correct that the playground is.
The issue was just me not paying close attention. On the NSURL returned, I was requesting .absoluteString, This obviously still contains the schema part of the path (“file://“). After using the correct attribute .path things have been working.
Your questions where very useful in solving this.
Many thanks
Tim
_______________________________________________
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