Overview | This Package | All Packages
Constructors | Description |
FileEnumerator | Creates a FileEnumerator object. |
Methods | Description |
close | Closes this file enumerator. |
finalize | Ensures that the close method has been called for this file enumerator. |
getAttributes | Retrieves the file attributes for the current file. |
getCreationTime | Retrieves the creation time of the current file. |
getLastAccessTime | Retrieves the last access time of the current file. |
getLastWriteTime | Retrieves the last write time of the current file. |
getName | Retrieves the name of the current file. |
getNextFile | Finds the next file that matches the pattern of the file enumerator. |
getSize | Retrieves the size in bytes of the current file. |
hasMoreFiles | Detrmines whether additional files remain to be enumerated. |