fileWrappers
- addFileWrapper:
- removeFileWrapper:
- addFileWithPath:
- addSymbolicLinkWithDestination:preferredFilename:
- keyForFileWrapper:
- symbolicLinkDestination
symbolicLinkDestinationURL
Availability 有効性
Technology
data
Contents for the new regular-file file wrapper. 新しい通常ファイルラッパーに対する内容。
filename
Preferred filename for the new regular-file file wrapper. 新しい通常ファイルファイルラッパーに対する優先ファイル名。
Dictionary key used to store the new file wrapper in the directory’s list of file wrappers. The dictionary key is a unique filename, which is the same as the passed-in file wrapper's preferred filename unless that name is already in use as a key in the directory's dictionary of children. See Accessing File Wrapper Identities in File System Programming Guide for more information about the file-wrapper list structure. 新しいファイルラッパーをディレクトリの持つファイルラッパーのリストに格納するために使われる辞書キー。辞書キーは特有なファイル名です、それは中に渡されたファイルラッパーの持つ優先ファイル名と同じです、ディレクトリの持つ、子らからなる辞書の中のあるキーとして、既にその名前が使用中でない限りは。ファイルラッパーリスト構造についてのさらなる情報としてAccessing File Wrapper IdentitiesをFile System Programming Guideで見てください。
This is a convenience method. The default implementation allocates a new file wrapper, initializes it with init
, set its preferred
property, adds it to the directory with add
, and returns what add
returned.
これは便宜メソッドです。省略時の実装は、新しいファイルラッパーをアロケートします、それをinit
で初期化します、それのpreferred
プロパティを設定します、それをディレクトリにadd
を使って加えます、そしてadd
が返した何かを返します。
This method raises NSInternal
if the receiver is not a directory file wrapper.
このメソッドは、レシーバがディレクトリファイルラッパーでないならば、NSInternal
を引き起こします。
This method raises NSInvalid
if you pass nil
or an empty value for filename
.
このメソッドは、NSInvalid
を引き起こします、もしあなたがnil
または空の値をfilename
に渡すならば。
fileWrappers
- addFileWrapper:
- removeFileWrapper:
- addFileWithPath:
- addSymbolicLinkWithDestination:preferredFilename:
- keyForFileWrapper:
- symbolicLinkDestination
symbolicLinkDestinationURL