var directoryAttributes : [FileAttributeKey : Any]?
A dictionary with the attributes of the directory at which enumeration started.
そこで列挙が始まったあるディレクトリの属性を持つ辞書。
var fileAttributes : [FileAttributeKey : Any]?
A dictionary with the attributes of the most recently returned file or subdirectory (as referenced by the pathname).
最も新しく返される(パス名によって参照される)ファイルまたは下位ディレクトリの属性を持つ辞書。
var level: Int
The number of levels deep the current object is in the directory hierarchy being enumerated.
現在のオブジェクトが列挙されているディレクトリ階層の深さ水準数。