init(rawValue : UInt)
Initializes a new bookmark creation options structure.
新しいブックマーク作成オプション構造体を初期化します。
Availability 有効性
Technology
struct BookmarkCreationOptions, @unchecked Sendable
When creating a bookmark, use bitwise OR
operators to combine the options you want to specify, and provide them to the options
parameter of the bookmark
method.
ブックマークを作成している場合、ビット単位OR
演算子を使ってあなたが指定したいオプションを組み合わせてください、そしてそれらをbookmark
メソッドのoptions
パラメータに提供してください。
Note 注意
Security-scoped bookmarks aren’t available in versions of macOS prior to 10.7.3. 保安作用域ブックマークは、OS X 10.7.3より前のmacOSのバージョンでは利用可能ではありません。
init(rawValue : UInt)
static var preferFileIDResolution : NSURL.BookmarkCreationOptions
static var minimalBookmark : NSURL.BookmarkCreationOptions
static var suitableForBookmarkFile : NSURL.BookmarkCreationOptions
static var withSecurityScope : NSURL.BookmarkCreationOptions
static var securityScopeAllowOnlyReadAccess : NSURL.BookmarkCreationOptions
withSecurityScope
option, specifies that you want to create a security-scoped bookmark that, when resolved, provides a security-scoped URL allowing read-only access to a file-system resource.
withSecurityScope
オプションと組み合わされた場合、あなたがある保安作用域ブックマークを作成したいことを指定します、それは解決した時に、あるファイルシステムリソースへの読み出し専用アクセスを可能にしている保安作用域URLを提供するものです。
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.BookmarkResolutionOptions