Enumeration Case 列挙ケース

NSDirectoryEnumerationSkipsSubdirectoryDescendants

An option to perform a shallow enumeration that doesn’t descend into directories. ディレクトリへと下らない浅い列挙を実行するオプション。

Declaration 宣言

NSDirectoryEnumerationSkipsSubdirectoryDescendants = 1UL << 0

See Also 参照

Directory Enumeration Options 辞書列挙オプション