Return Value
戻り値
true
if the alias file is successfully created; otherwise, false
.
true
、もしエイリアスファイルがうまく作成されるならば;そうでなければ、false
。
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
に変更されるでしょう、もしそれがまだならば。