Go back to:
FileIterator
A FileIterator allows you step through the contents of a directory and has the following functions:
Method
- getName
- Return the filename of the current entry.
- getSize
- Returns the file size in bytes.
- isDirectory
- Returns TRUE if the current entry is a directory or FALSE if it is a file.
- findNext
- Return the next file in the directory.