fileWrappers
- addFileWrapper:
- removeFileWrapper:
- addFileWithPath:
- addRegularFileWithContents:preferredFilename:
- keyForFileWrapper:
- symbolicLinkDestination
symbolicLinkDestinationURL
Deprecated 非推奨
Use add
instead.
add
を代わりに使ってください。
Availability 有効性
Technology
node
Pathname the new symbolic-link file wrapper is to reference. 新しいシンボリックリンクファイルラッパーが参照することになるパス名。
preferredFilename
Preferred filename for the new symbolic-link file wrapper. 新しいシンボリックリンクファイルラッパーに対する優先ファイル名。
Dictionary key used to store the new file wrapper in the directory’s list of file wrappers. See Accessing File Wrapper Identities in File System Programming Guide for more information. 新しいファイルラッパーをディレクトリの持つファイルラッパーのリストに格納するために使われる辞書キー。Accessing File Wrapper IdentitiesをFile System Programming Guideにおいて、さらなる情報のために見てください。
Beginning with OS X v10.6, the preferred method of referring to files is with a file://
URL. Instead of using this method, you can instantiate NSFile
with one of the initializers, set its preferred
property if necessary, and pass the result to 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 preferred
.
このメソッドは、NSInvalid
を引き起こします、もしあなたがnil
または空の値をpreferred
に渡すならば。
fileWrappers
- addFileWrapper:
- removeFileWrapper:
- addFileWithPath:
- addRegularFileWithContents:preferredFilename:
- keyForFileWrapper:
- symbolicLinkDestination
symbolicLinkDestinationURL