|
openshot-audio
0.1.5
|
#include <juce_gui_basics.h>
Public Attributes | |
| String | filename |
| int64 | fileSize |
| Time | modificationTime |
| Time | creationTime |
| bool | isDirectory |
| bool | isReadOnly |
Contains cached information about one of the files in a DirectoryContentsList.
| Time juce::DirectoryContentsList::FileInfo::creationTime |
File creation time. As supplied by File::getCreationTime().
| String juce::DirectoryContentsList::FileInfo::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).
| bool juce::DirectoryContentsList::FileInfo::isDirectory |
True if the file is a directory.
| bool juce::DirectoryContentsList::FileInfo::isReadOnly |
True if the file is read-only.
| Time juce::DirectoryContentsList::FileInfo::modificationTime |
File modification time. As supplied by File::getLastModificationTime().
1.8.13