Contains information about one of the entries in a ZipFile. More...
#include <juce_ZipFile.h>

Public Attributes | |
| String | filename |
| The name of the file, which may also include a partial pathname. More... | |
| Time | fileTime |
| The last time the file was modified. More... | |
| bool | isSymbolicLink |
| True if the zip entry is a symbolic link. More... | |
| int64 | uncompressedSize |
| The file's original size. More... | |
Contains information about one of the entries in a ZipFile.
| String juce::ZipFile::ZipEntry::filename |
The name of the file, which may also include a partial pathname.
| Time juce::ZipFile::ZipEntry::fileTime |
The last time the file was modified.
| bool juce::ZipFile::ZipEntry::isSymbolicLink |
True if the zip entry is a symbolic link.
| int64 juce::ZipFile::ZipEntry::uncompressedSize |
The file's original size.