- initWithURL:options:error:
- initWithPath:
- initDirectoryWithFileWrappers:
- initRegularFileWithContents:
- initSymbolicLinkWithDestinationURL:
- initWithSerializedRepresentation:
Deprecated 非推奨
Use init
instead.
init
を代わりに使ってください。
Availability 有効性
Technology
- (id)initSymbolicLinkWithDestination:(NSString
*)path;
node
Pathname the receiver is to represent. レシーバが表すことになるパス名。
Initialized symbolic-link file wrapper referencing node
.
初期化されたシンボリックファイルラッパー、node
を参照しています。
The receiver is not associated to a file-system node until you save it using write
. It’s also initialized with open permissions; anyone can read or write the disk representations it saves.
レシーバは、あなたがそれをwrite
を使って保存するまでは、ファイルシステムノードに結び付けられません。それはまた、開放権限で初期化されます;それが保存するディスク表現を誰もが読み書きできます。
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
.
- initWithURL:options:error:
- initWithPath:
- initDirectoryWithFileWrappers:
- initRegularFileWithContents:
- initSymbolicLinkWithDestinationURL:
- initWithSerializedRepresentation:
preferredFilename
filename
fileAttributes