![]() |
Iterator Flags |
Header: Files.h |
Indicate whether an iterator iterates over subtrees or just the immediate children of the container.
enum { kFSIterateFlat = , kFSIterateSubtree = 1, kFSIterateDelete = 2, kFSIterateReserved = -4 };
Iterate over the immediate children of the container only.
Iterate over the entire subtree rooted at the container.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)