|
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 |
Go to the source code of this file.
Classes | |
| class | juce::DirectoryContentsList |
| A class to asynchronously scan for details about the files in a directory. More... | |
| struct | juce::DirectoryContentsList::FileInfo |
| Contains cached information about one of the files in a DirectoryContentsList. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
| struct juce::DirectoryContentsList::FileInfo |
Contains cached information about one of the files in a DirectoryContentsList.
Definition at line 125 of file juce_DirectoryContentsList.h.
| Class Members | ||
|---|---|---|
| Time | creationTime |
File creation time. As supplied by File::getCreationTime(). |
| String | filename |
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). |
| int64 | fileSize | File size in bytes. |
| bool | isDirectory | True if the file is a directory. |
| bool | isReadOnly | True if the file is read-only. |
| Time | modificationTime |
File modification time. As supplied by File::getLastModificationTime(). |