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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com