LMMS
Loading...
Searching...
No Matches
juce::ZipFile::ZipEntry Struct Reference

#include <juce_ZipFile.h>

Public Attributes

String filename
int64 uncompressedSize
Time fileTime
bool isSymbolicLink
uint32 externalFileAttributes

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: