A DirectoryListing iterates over the contents of a directory. To obtain a DirectoryListing handle, call OpenDirectory().
| Symbol | Description |
|---|---|
| GetNext | Reads the current directory entry as a local filename, then moves to the next file. Note: Both the '.' and '..' automatic directory entries will be retrieved. |