Enumeration 列挙

NSDirectoryEnumerationOptions

Options for enumerating the contents of directories. ディレクトリの内容を列挙するためのオプション。

Declaration 宣言

typedef enum NSDirectoryEnumerationOptions : NSUInteger {
    ...
} NSDirectoryEnumerationOptions;

Overview 概要

These options are used with the contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error: method. これらオプションは、contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:メソッドで使われます。

Topics 話題

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

See Also 参照

Supporting Types 支援を行う型