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

initSymbolicLinkWithDestination:

Initializes the receiver as a symbolic-link file wrapper. レシーバをシンボリックリンクファイルラッパーとして初期化します。

Declaration 宣言

- (id)initSymbolicLinkWithDestination:(NSString *)path;

Parameters パラメータ

node

Pathname the receiver is to represent. レシーバが表すことになるパス名。

Return Value 戻り値

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

Discussion 議論

The receiver is not associated to a file-system node until you save it using writeToFile:atomically:updateFilenames:. It’s also initialized with open permissions; anyone can read or write the disk representations it saves. レシーバは、あなたがそれをwriteToFile:atomically:updateFilenames:を使って保存するまでは、ファイルシステムノードに結び付けられません。それはまた、開放権限で初期化されます;それが保存するディスク表現を誰もが読み書きできます。

Special Considerations 特別な注意事項

Beginning with OS X v10.6, the preferred method of referring to files is with a file:// URL. Therefore, this method has been deprecated in favor of initSymbolicLinkWithDestinationURL:.

See Also 参照

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

Related Documentation 関連文書