Re: resolving alias
Re: resolving alias
- Subject: Re: resolving alias
- From: "Jan E. Schotsman" <email@hidden>
- Date: Wed, 22 Jul 2015 16:15:31 +0200
Solved it myself. I should have searched for BookmarkResolution.
In Swift these constants are defined as a RawOptionSetType (sort of
class constants)
So my code now looks like:
var options = NSURLBookmarkResolutionOptions.WithSecurityScope
if !runWithInterface
{
options |= NSURLBookmarkResolutionOptions.WithoutUI |
NSURLBookmarkResolutionOptions.WithoutMounting
Another baby step!
Jan E.
_______________________________________________
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