Initializer
init(symbolicLinkWithDestination:)
Initializes the receiver as a symbolic-link file wrapper.
レシーバをシンボリックリンクファイルラッパーとして初期化します。
Declaration
宣言
convenience init(symbolicLinkWithDestination path: String
)
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 write(toFile:atomically:updateFilenames:)
. It’s also initialized with open permissions; anyone can read or write the disk representations it saves.
レシーバは、あなたがそれをwrite(toFile: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 init(symbolicLinkWithDestinationURL:)
.
OS X v10.6からは、ファイル参照の優先メソッドは、file://
URLを使います。したがって、init(symbolicLinkWithDestinationURL:)
の方を支持して、このメソッドは非推奨となっています。
See Also
参照
Creating File Wrappers
ファイルラッパーを作成する
init?(path: String)
Initializes a file wrapper instance whose kind is determined by the type of file-system node located by the path.
ファイルラッパーインスタンスを初期化します、それのもつ種類はパスによって位置決めされるファイルシステムノードの型によって決定されます。
Deprecated
非推奨
Related Documentation
関連文書