Instance Property
インスタンスプロパティ
level
The number of levels deep the current object is in the directory hierarchy being enumerated.
現在のオブジェクトが列挙されているディレクトリ階層の深さ水準数。
Discussion
議論
The number of levels, with the directory passed to enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:
(NSFileManager
) considered to be level 0
.
enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:
(NSFileManager
)に渡されるディレクトリは階層0
と考えての、階層水準数。
See Also
参照
Getting File and Directory Attributes
ファイルおよびディレクトリ属性を取得する
directoryAttributes
A dictionary with the attributes of the directory at which enumeration started.
そこで列挙が始まったあるディレクトリの属性を持つ辞書。
fileAttributes
A dictionary with the attributes of the most recently returned file or subdirectory (as referenced by the pathname).
最も新しく返される(パス名によって参照される)ファイルまたは下位ディレクトリの属性を持つ辞書。