NSURLBookmarkCreationPreferFileIDResolution
Specifies that when a bookmark created with this option is resolved, its embedded file ID should take precedence over other sources of information (file system path, for example) in the event of a conflict.
このオプションで作成されたブックマークが解決される時に、それの埋め込みファイルIDが、衝突が起こった場合に情報の他のソース(ファイルシステムパス、例えば)よりも優先されるべきであることを指定します。
NSURLBookmarkCreationMinimalBookmark
Specifies that a bookmark created with this option should be created with minimal information.
このオプションで作成されるブックマークは、最小限の情報で作成されるべきであることを指定します。
NSURLBookmarkCreationSuitableForBookmarkFile
Specifies that the bookmark data should include properties required to create Finder alias files.
ブックマークデータがFinderエイリアスファイルを作成するのに必要とされるプロパティを含むべきであることを指定します。
NSURLBookmarkCreationWithSecurityScope
Specifies that you want to create a security-scoped bookmark that, when resolved, provides a security-scoped URL allowing read/write access to a file-system resource.
解決された場合に、ファイルシステムリソースへの読み出し/書き出しアクセスを可能にする保安作用域URLを提供する、ある保安作用域ブックマークをあなたが作成したいことを指定します。
NSURLBookmarkCreationSecurityScopeAllowOnlyReadAccess
When combined with the
NSURLBookmarkCreationWithSecurityScope
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.
NSURLBookmarkCreationWithSecurityScope
オプションと組み合わされた場合、あなたがある保安作用域ブックマークを作成したいことを指定します、それは解決した時に、あるファイルシステムリソースへの読み出し専用アクセスを可能にしている保安作用域URLを提供するものです。