| JUCE
    | 
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. | |
| int64 | uncompressedSize | 
| The file's original size. | |
| Time | fileTime | 
| The last time the file was modified. | |
| bool | isSymbolicLink | 
| True if the zip entry is a symbolic link. | |
| uint32 | externalFileAttributes | 
| Platform specific data. | |
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.
| bool ZipFile::ZipEntry::isSymbolicLink | 
True if the zip entry is a symbolic link.
| uint32 ZipFile::ZipEntry::externalFileAttributes | 
Platform specific data.
Depending on how the zip file was created this may contain macOS and Linux file types, permissions and setuid/setgid/sticky bits.