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

fileAttributes

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

Declaration 宣言

var fileAttributes: [String : Any] { get set }

Discussion 議論

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

See Also 参照

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