NSDirectoryEnumerator
INDEX>Foundation>NSDirectoryEnumerator skipDescendentsというメソッドがありますが、スペルミスのため10.6になって-skipDescendantsメソッドが追加されました。 - (void)skipDescendants サブディレクトリを調べずに、スキップします 解説 サブディレクト…
INDEX>Foundation> NSDirectoryEnumerator apple(mac) apple(iOS) 解説 継承 NSEnumerator : NSObject 準拠 NSFastEnumerator (NSEnumerator) 準拠 NSObject (NSObject) フレームワーク /System/Library/Frameworks/Foundation.framework 使用可能 Mac OS X …
Index>Foundation>NSDirectoryEnumerator ディレクトリ列挙オブジェクトのディレクトリ属性を返します 解説 ディレクトリ列挙オブジェクトのディレクトリ属性を返します。 返り値 ( NSDictionary * ) ディレクトリ属性 引数 フレームワーク Foundation クラ…
Index>Foundation>NSDirectoryEnumerator ディレクトリ列挙オブジェクトのファイル属性を返します 解説 ディレクトリ列挙オブジェクトのファイル属性を返します。 返り値 ( NSDictionary * ) ファイル属性 引数 フレームワーク Foundation クラス NSDirector…
INDEX>Foundation>NSDirectoryEnumerator サブディレクトリを調べずに、スキップします 解説 サブディレクトリを調べずに、スキップします。 返り値 ( void ) なし 引数 フレームワーク Foundation クラス NSDirectoryEnumerator Instance Methods 使用可能 …