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

directoryAttributes

A dictionary with the attributes of the directory at which enumeration started. そこで列挙が始まったあるディレクトリの属性を持つ辞書。

Declaration 宣言

var directoryAttributes: [FileAttributeKey : Any]? { get }

Discussion 議論

See the description of the fileAttributes(atPath:traverseLink:) method of FileManager for details on obtaining the attributes from the dictionary. FileManagerfileAttributes(atPath:traverseLink:)メソッドの解説を辞書から属性を取得する上での詳細として見てください。

See Also 参照

Getting File and Directory Attributes ファイルおよびディレクトリ属性を取得する

Related Documentation 関連文書