Contains cached information about one of the files in a DirectoryContentsList. More...
Public Attributes | |
| String | filename |
| The filename. | |
| int64 | fileSize |
| File size in bytes. | |
| Time | modificationTime |
| File modification time. | |
| Time | creationTime |
| File creation time. | |
| bool | isDirectory |
| True if the file is a directory. | |
| bool | isReadOnly |
| True if the file is read-only. | |
Contains cached information about one of the files in a DirectoryContentsList.
The filename.
This isn't a full pathname, it's just the last part of the path, same as you'd get from File::getFileName().
To get the full pathname, use DirectoryContentsList::getDirectory().getChildFile (filename).
File size in bytes.
File modification time.
As supplied by File::getLastModificationTime().
File creation time.
As supplied by File::getCreationTime().
True if the file is a directory.
True if the file is read-only.