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

fileWrappers

The file wrappers contained by a directory file wrapper. ファイルラッパーは、ディレクトリファイルラッパーによって含まれます。

Declaration 宣言

@property(nullable, readonly, copy) NSDictionary<NSString *,NSFileWrapper *> *fileWrappers;

Discussion 議論

The dictionary contains entries whose values are the file wrappers and whose keys are the unique filenames that have been assigned to each one. See Accessing File Wrapper Identities in File System Programming Guide for more information about the file-wrapper list structure. 辞書は、それの値がファイルラッパーである、そしてそれのキーが固有なファイル名である、各自割り当てられる、登録項目を含みます。ファイルラッパーリスト構造についてのさらなる情報としてAccessing File Wrapper IdentitiesFile System Programming Guideで見てください。

This property may contain nil if the user modifies the directory after you call readFromURL:options:error: or initWithURL:options:error: but before NSFileWrapper has read the contents of the directory. Use the NSFileWrapperReadingImmediate reading option to reduce the likelihood of that problem. このプロパティは、あなたがreadFromURL:options:error:またはinitWithURL:options:error:を呼び出した後にしかしNSFileWrapperがディレクトリの内容を読み出し終える前に、ユーザがディレクトリを修正するならばnilを含みます。NSFileWrapperReadingImmediate読み出しオプションを使って、その問題の可能性を減少させてください。

Special Considerations 特別な注意事項

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

See Also 参照

Accessing File-Wrapper Information ファイルラッパー情報にアクセスする

Related Documentation 関連文書