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