Instance Method インスタンスメソッド

skipDescendants

Causes the receiver to skip recursion into the most recently obtained subdirectory. 最も新しく取得された下位ディレクトリへの再帰をレシーバにスキップさせます。

Declaration 宣言

- (void)skipDescendants;

Discussion 議論

This method is identical to skipDescendents except for the spelling. このメソッドは、skipDescendentsと、綴りを除いては同一です。

See Also 参照

Skipping Subdirectories 下位ディレクトリをスキップする