Initializer

init(symbolicLinkWithDestinationURL:)

Initializes the receiver as a symbolic-link file wrapper that links to a specified file. レシーバをシンボリックリンクファイルラッパーとして初期化します、それは指定されたファイルにリンクされます。

Declaration 宣言

init(symbolicLinkWithDestinationURL url: URL)

Parameters パラメータ

url

URL of the file the file wrapper is to reference. ファイルのURL、ファイルラッパーが参照することになります。

Return Value 戻り値

Initialized symbolic-link file wrapper referencing url. 初期化されたシンボリックリンクファイルラッパー、urlを参照しています。

Discussion 議論

The file wrapper is not associated with a file-system node until you save it using write(to:options:originalContentsURL:). ファイルラッパーは、あなたがそれをwrite(to:options:originalContentsURL:)を使って保存するまでは、ファイルシステムノードと結び付けられません。

The file wrapper is initialized with open permissions: anyone can modify or read the file reference. ファイルラッパーは、開放権限で初期化されます:誰もがそのファイル参照を変更または読み出しできます。 .

See Also 参照

Creating File Wrappers ファイルラッパーを作成する

Related Documentation 関連文書