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

fileAttributes

A dictionary of file attributes. ファイル属性の辞書。

Declaration 宣言

@property(copy) NSDictionary<NSString *,id> *fileAttributes;

Discussion 議論

The file attributes’ dictionary is the same format as that returned by attributesOfItemAtPath:error: (NSFileManager). ファイル属性の持つ辞書は、attributesOfItemAtPath:error: (NSFileManager)によって返されるものと同じ形式です。

See Also 参照

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