Instance Property インスタンスプロパティ

regularFileContents

The contents of the file-system node associated with a regular-file file wrapper. 通常ファイルファイルラッパーと結び付けられるファイルシステムノードの内容。

Declaration 宣言

var regularFileContents: Data? { get }

Discussion 議論

This property may contain nil if the user modifies the file after you call read(from:options:) or init(url:options:) but before FileWrapper has read the contents of the file. Use the immediate reading option to reduce the likelihood of that problem. このプロパティはnilを含むかもしれません、あなたがread(from:options:)またはinit(url:options:)を呼び出した後にしかしFileWrapperがファイルの内容を読み出し終える前に、ユーザがファイルを修正するならば。immediate読み出しオプションを使って、その問題の可能性を減少させてください。

Special Considerations 特別な注意事項

This property raises NSInternalInconsistencyException if the file wrapper object is not a regular-file file wrapper. このプロパティは、NSInternalInconsistencyExceptionを引き起こします、もしファイルラッパーオブジェクトが通常ファイルファイルラッパーでないならば。

See Also 参照

Accessing Files ファイルにアクセスする

Related Documentation 関連文書