filename
The filename of the file wrapper object
ファイルラッパーオブジェクトのファイル名。
preferredFilename
The preferred filename for the file wrapper object.
ファイルラッパーオブジェクトに対する優先ファイル名。
fileAttributes
A dictionary of file attributes.
ファイル属性の辞書。
Availability 有効性
Technology
@property(nullable, readonly, copy) NSData
*regularFileContents;
This property may contain nil
if the user modifies the file after you call read
or init
but before NSFile
has read the contents of the file. Use the NSFile
reading option to reduce the likelihood of that problem.
このプロパティは、あなたがread
またはinit
を呼び出した後にしかしNSFile
がファイルの内容を読み出し終える前に、ユーザがファイルを修正するならばnil
を含みます。NSFile
読み出しオプションを使って、その問題の可能性を減少させてください。
This property raises NSInternal
if the file wrapper object is not a regular-file file wrapper.
このプロパティは、NSInternal
を引き起こします、もしファイルラッパーオブジェクトが通常ファイルファイルラッパーでないならば。
filename
preferredFilename
fileAttributes
- readFromURL:options:error:
- initRegularFileWithContents: