Describes the attributes of a file or folder.
|
File | getFile () const |
| The path to a file or folder.
|
Time | getModificationTime () const |
| The time at which the item was last modified.
|
Time | getCreationTime () const |
| The time at which the item was created.
|
int64 | getFileSize () const |
| The size of the item.
|
bool | isDirectory () const |
| True if the item is a directory, false otherwise.
|
bool | isHidden () const |
| True if the item is hidden, false otherwise.
|
bool | isReadOnly () const |
| True if the item is read-only, false otherwise.
|
float | getEstimatedProgress () const |
| The estimated proportion of the range that has been visited by the iterator, from 0.0 to 1.0.
|