OpenShot Audio Library | OpenShotAudio 0.4.0
|
#include <juce_RangedDirectoryIterator.h>
Public Member Functions | |
File | getFile () const |
Time | getModificationTime () const |
Time | getCreationTime () const |
int64 | getFileSize () const |
bool | isDirectory () const |
bool | isHidden () const |
bool | isReadOnly () const |
float | getEstimatedProgress () const |
Describes the attributes of a file or folder.
Definition at line 35 of file juce_RangedDirectoryIterator.h.
|
inline |
The time at which the item was created.
Definition at line 45 of file juce_RangedDirectoryIterator.h.
float juce::DirectoryEntry::getEstimatedProgress | ( | ) | const |
The estimated proportion of the range that has been visited by the iterator, from 0.0 to 1.0.
Definition at line 29 of file juce_RangedDirectoryIterator.cpp.
Referenced by getEstimatedProgress().
|
inline |
The path to a file or folder.
Definition at line 39 of file juce_RangedDirectoryIterator.h.
|
inline |
The size of the item.
Definition at line 48 of file juce_RangedDirectoryIterator.h.
|
inline |
The time at which the item was last modified.
Definition at line 42 of file juce_RangedDirectoryIterator.h.
|
inline |
True if the item is a directory, false otherwise.
Definition at line 51 of file juce_RangedDirectoryIterator.h.
|
inline |
True if the item is hidden, false otherwise.
Definition at line 54 of file juce_RangedDirectoryIterator.h.
|
inline |
True if the item is read-only, false otherwise.
Definition at line 57 of file juce_RangedDirectoryIterator.h.