JUCE
Public Attributes | List of all members
ZipFile::ZipEntry Struct Reference

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...
 
bool isSymbolicLink
 True if the zip entry is a symbolic link. More...
 
uint32 externalFileAttributes
 Platform specific data. More...
 

Detailed Description

Contains information about one of the entries in a ZipFile.

See also
ZipFile::getEntry

Member Data Documentation

◆ filename

String ZipFile::ZipEntry::filename

The name of the file, which may also include a partial pathname.

◆ uncompressedSize

int64 ZipFile::ZipEntry::uncompressedSize

The file's original size.

◆ fileTime

Time ZipFile::ZipEntry::fileTime

The last time the file was modified.

◆ isSymbolicLink

bool ZipFile::ZipEntry::isSymbolicLink

True if the zip entry is a symbolic link.

◆ externalFileAttributes

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.


The documentation for this struct was generated from the following file: