Instance Method インスタンスメソッド

initSymbolicLinkWithDestinationURL:

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

Declaration 宣言

- (instancetype)initSymbolicLinkWithDestinationURL:(NSURL *)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 writeToURL:options:originalContentsURL:error:. ファイルラッパーは、ファイルシステムノードと結び付けられません、あなたがそれをwriteToURL:options:originalContentsURL:error:を使って保存しない限りは。

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

See Also 参照

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

Related Documentation 関連文書