Type Method
型メソッド
writeBookmarkData:toURL:options:error:
Creates an alias file on disk at a specified location with specified bookmark data.
エイリアスファイルをディスク上である指定された位置で作成します、指定されたブックマークデータを使います。
Parameters
パラメータ
bookmarkData
The bookmark data containing information for the alias file.
エイリアスファイルに対する情報を含んでいるブックマーク。
bookmarkFileURL
The desired location of the alias file.
エイリアスファイルの望ましい位置。
options
オプション
Options taken into account when creating the alias file.
エイリアスファイルを作成する時に考慮に入れるオプション。
error
The error that occurred in the case that the alias file cannot be created.
エイリアスファイルが作成されることができないという事情で発生したエラー。
Return Value
戻り値
YES
if the alias file is successfully created; otherwise, NO
.
YES
、もしエイリアスファイルがうまく作成されるならば;そうでなければ、NO
。
Discussion
議論
This method will produce an error if bookmarkData
was not created with the NSURLBookmarkCreationSuitableForBookmarkFile
option.
このメソッドは、bookmarkData
がNSURLBookmarkCreationSuitableForBookmarkFile
オプションで作成されなかったならばエラーを生成するでしょう。
If bookmarkFileURL
points to a directory, the alias file will be created in that directory with its name derived from the information in bookmarkData
. If bookmarkFileURL
points to a file, the alias file will be created with the location and name indicated by bookmarkFileURL
, and its extension will be changed to .alias
if it is not already.
bookmarkFileURL
がディレクトリを指し示すならば、エイリアスファイルはそのディレクトリの中に、bookmarkData
の中の情報から引き出されるそれの名前で作成されるでしょう。bookmarkFileURL
がファイルを指し示すならば、エイリアスファイルはその位置でそしてbookmarkFileURL
によって示される名前で作成されるでしょう、そしてそれの拡張子は.alias
に変更されるでしょう、もしそれがまだならば。
See Also
参照
Working with Bookmark Data
ブックマークデータを扱う
+ bookmarkDataWithContentsOfURL:error:
Initializes and returns bookmark data derived from an alias file pointed to by a specified URL.
指定されたURLによって指し示されるエイリアスファイルから引き出されるブックマークデータを初期化して返します。
+ resourceValuesForKeys:fromBookmarkData:
Returns the resource values for properties identified by a specified array of keys contained in specified bookmark data.
指定されたブックマークデータの中に含まれるキーそれらからなるある指定された配列によって識別されるプロパティそれらに対するリソース値を返します。
- startAccessingSecurityScopedResource
In an app that has adopted App Sandbox, makes the resource pointed to by a security-scoped URL available to the app.
App Sandboxを採用しているアプリにおいて、保安作用域URLによって指し示されるリソースをそのアプリに利用可能にします。
- stopAccessingSecurityScopedResource
In an app that adopts App Sandbox, revokes access to the resource pointed to by a security-scoped URL.
App Sandboxを採用しているアプリにおいて、保安作用域URLによって指し示されるリソースに対するアクセスを廃止します。