|
JUCE
|
Contains information about one of the entries in a ZipFile. More...
Public Attributes | |
| String | filename |
| The name of the file, which may also include a partial pathname. More... | |
| int64 | uncompressedSize |
| The file's original size. More... | |
| Time | fileTime |
| The last time the file was modified. More... | |
Contains information about one of the entries in a ZipFile.
| String ZipFile::ZipEntry::filename |
The name of the file, which may also include a partial pathname.
| int64 ZipFile::ZipEntry::uncompressedSize |
The file's original size.
| Time ZipFile::ZipEntry::fileTime |
The last time the file was modified.