|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Describes the attributes of a file or folder. More...
#include "juce_RangedDirectoryIterator.h"
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. | |
Friends | |
| class | RangedDirectoryIterator |
Describes the attributes of a file or folder.
@tags{Core}
Definition at line 35 of file juce_RangedDirectoryIterator.h.
| Time juce::DirectoryEntry::getCreationTime | ( | ) | const |
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.
| File juce::DirectoryEntry::getFile | ( | ) | const |
The path to a file or folder.
Definition at line 39 of file juce_RangedDirectoryIterator.h.
| int64 juce::DirectoryEntry::getFileSize | ( | ) | const |
The size of the item.
Definition at line 48 of file juce_RangedDirectoryIterator.h.
| Time juce::DirectoryEntry::getModificationTime | ( | ) | const |
The time at which the item was last modified.
Definition at line 42 of file juce_RangedDirectoryIterator.h.
| bool juce::DirectoryEntry::isDirectory | ( | ) | const |
True if the item is a directory, false otherwise.
Definition at line 51 of file juce_RangedDirectoryIterator.h.
| bool juce::DirectoryEntry::isHidden | ( | ) | const |
True if the item is hidden, false otherwise.
Definition at line 54 of file juce_RangedDirectoryIterator.h.
| bool juce::DirectoryEntry::isReadOnly | ( | ) | const |
True if the item is read-only, false otherwise.
Definition at line 57 of file juce_RangedDirectoryIterator.h.
|
friend |
Definition at line 74 of file juce_RangedDirectoryIterator.h.