init(url: URL, options: FileWrapper.ReadingOptions)
Initializes a file wrapper instance whose kind is determined by the type of file-system node located by the URL.
ファイルラッパーインスタンスを初期化します、それのもつ種類はURLによって位置決めされるファイルシステムノードの型によって決定されます。
init?(path: String)
Initializes a file wrapper instance whose kind is determined by the type of file-system node located by the path.
ファイルラッパーインスタンスを初期化します、それのもつ種類はパスによって位置決めされるファイルシステムノードの型によって決定されます。
init(directoryWithFileWrappers : [String : FileWrapper])
Initializes the receiver as a directory file wrapper, with a given file-wrapper list.
与えられたファイルラッパーリストで、レシーバをディレクトリファイルラッパーとして初期化します。
init(symbolicLinkWithDestination : String)
Initializes the receiver as a symbolic-link file wrapper.
レシーバをシンボリックリンクファイルラッパーとして初期化します。
init(symbolicLinkWithDestinationURL : URL)
Initializes the receiver as a symbolic-link file wrapper that links to a specified file.
レシーバをシンボリックリンクファイルラッパーとして初期化します、それは指定されたファイルにリンクされます。
init?(serializedRepresentation : Data)
Initializes the receiver as a regular-file file wrapper from given serialized data.
与えられたシリアライズされたデータから、レシーバを通常ファイルファイルラッパーとして初期化します。