Type Method 型メソッド

writeBookmarkData(_:to:)

Creates an alias file on disk at a specified location with specified bookmark data. エイリアスファイルをディスク上である指定された位置で作成します、指定されたブックマークデータを使います。

Declaration 宣言

static func writeBookmarkData(_ data: Data, to url: URL) throws

Discussion 議論

The data must have been created with the suitableForBookmarkFile option. The url must either refer to an existing file (which will be overwritten), or to location in an existing directory. dataは、suitableForBookmarkFileオプションで作成されていなければなりません。urlは、既存のファイル(それは上書きされるでしょう)、または既存のディレクトリの中の位置のどちらかを参照しなければなりません。

See Also 参照

Creating Bookmarks ブックマークを作成する