init(rawValue : UInt)
Initializes a new resolution options structure.
新しい解決オプション構造体を初期化します。
Availability 有効性
Technology
struct BookmarkResolutionOptions, @unchecked Sendable
When resolving a bookmark, use bitwise OR
operators to combine the options you want to specify, and provide them to the options
parameter of the URLBy
method.
ブックマークを解決している時、ビット単位OR
演算子を使ってあなたが指定したいオプションを組み合わせてください、そしてそれらをURLBy
メソッドのoptions
パラメータに提供してください。
Security-scoped bookmarks are not available in versions of macOS prior to OS X 10.7.3. 保安作用域ブックマークは、OS X 10.7.3より前のmacOSのバージョンでは利用可能ではありません。
init(rawValue : UInt)
static var withoutUI : NSURL.BookmarkResolutionOptions
static var withoutMounting : NSURL.BookmarkResolutionOptions
static var withSecurityScope : NSURL.BookmarkResolutionOptions
class func bookmarkData (withContentsOf : URL) -> Data
func bookmarkData (options: NSURL.BookmarkCreationOptions, includingResourceValuesForKeys : [URLResourceKey]?, relativeTo : URL?) -> Data
class func resourceValues (forKeys : [URLResourceKey], fromBookmarkData : Data) -> [URLResourceKey : Any]?
class func writeBookmarkData (Data, to: URL, options: NSURL.BookmarkFileCreationOptions)
func startAccessingSecurityScopedResource () -> Bool
func stopAccessingSecurityScopedResource ()
typealias NSURL.BookmarkFileCreationOptions
struct NSURL.BookmarkCreationOptions