JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::ZipFile::ZipEntry Struct Reference

Contains information about one of the entries in a ZipFile. More...

#include <juce_ZipFile.h>

Collaboration diagram for juce::ZipFile::ZipEntry:

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...
 

Detailed Description

Contains information about one of the entries in a ZipFile.

See also
ZipFile::getEntry

Member Data Documentation

◆ externalFileAttributes

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.

◆ filename

String juce::ZipFile::ZipEntry::filename

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

◆ fileTime

Time juce::ZipFile::ZipEntry::fileTime

The last time the file was modified.

◆ isSymbolicLink

bool juce::ZipFile::ZipEntry::isSymbolicLink

True if the zip entry is a symbolic link.

◆ uncompressedSize

int64 juce::ZipFile::ZipEntry::uncompressedSize

The file's original size.


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