FileItemIterator
FileItemIterator Functions
| getFileItem | FileItemIterator.getFileItem( ) | Returns the current FileItem in the list. |
| next | FileItemIterator.next( ) | Iterates through the file items and sets the next file item as the current item, returns false if no more items exist. |
| getSize | FileItemIterator.getSize( ) | Returns the number of items in the list. |