![]() |
FSIterator |
Header: Files.h |
Refers to a position within the catalog, used when iterating over files and folders in a directory.
typedef struct OpaqueFSIterator* FSIterator;
This data type is like a file reference number because it maintains state internally to the File Manager and must be explicitly opened and closed.
An FSIterator is returned by FSOpenIterator and passed as input to FSGetCatalogInfoBulk, FSCatalogSearch and FSCloseIterator.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)