JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
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.
 
String filename
 The name of the file, which may also include a partial pathname.
 
Time fileTime
 The last time the file was modified.
 
bool isSymbolicLink
 True if the zip entry is a symbolic link.
 
int64 uncompressedSize
 The file's original size.
 

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: