Contains information about one of the entries in a ZipFile. More...
#include <juce_ZipFile.h>
Public Attributes | |
uint32 | externalFileAttributes |
Platform specific data. More... | |
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.
uint32 juce::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.
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.