fileWrappers
The file wrappers contained by a directory file wrapper.
ファイルラッパーは、ディレクトリファイルラッパーによって含まれます。
- addFileWrapper:
Adds a child file wrapper to the receiver, which must be a directory file wrapper.
子ファイルラッパーをレシーバに追加します、それはディレクトリファイルラッパーでなければなりません。
- removeFileWrapper:
Removes a child file wrapper from the receiver, which must be a directory file wrapper.
子ファイルラッパーをレシーバから取り除きます、それはディレクトリファイルラッパーでなければなりません。
- addFileWithPath:
Creates a file wrapper from a given file-system node and adds it to the receiver, which must be a directory file wrapper.
ファイルラッパーをある与えられたファイルシステムノードから作成してそれをレシーバに加えます、それはディレクトリファイルラッパーでなければなりません。
- addRegularFileWithContents:preferredFilename:
Creates a regular-file file wrapper with the given contents and adds it to the receiver, which must be a directory file wrapper.
与えられた内容を持つ通常ファイルファイルラッパーを作成してそれをレシーバに加えます、それはディレクトリファイルラッパーでなければなりません。
- addSymbolicLinkWithDestination:preferredFilename:
Creates a symbolic-link file wrapper pointing to a given file-system node and adds it to the receiver, which must be a directory file wrapper.
ある与えられたファイルシステムノードを指すシンボリックリンクファイルラッパーを作成してそれをレシーバに加えます、それはディレクトリファイルラッパーでなければなりません。
- keyForFileWrapper:
Returns the dictionary key used by a directory to identify a given file wrapper.
与えられたファイルラッパーを識別する、ディレクトリによって使われる辞書キーを返します。
- symbolicLinkDestination
Provides the pathname referenced by the file wrapper object, which must be a symbolic-link file wrapper.
ファイルラッパーオブジェクト、それはシンボリックリンクファイルラッパーである必要があります、によって参照されるパス名を提供します。