Archive module

ZipFile::FileInfo

Metadata for a file entry within a ZIP archive.

FileInfo

#include <icy/archo/zipfile.h>

Metadata for a file entry within a ZIP archive.

Public Attributes

ReturnNameDescription
std::stringpathRelative path of the entry within the archive.
size_tcompressedSizeCompressed size in bytes.
size_tuncompressedSizeUncompressed size in bytes.

path

std::string path

Relative path of the entry within the archive.


compressedSize

size_t compressedSize

Compressed size in bytes.


uncompressedSize

size_t uncompressedSize

Uncompressed size in bytes.