#include <icy/archo/zipfile.h>Metadata for a file entry within a ZIP archive.
| Return | Name | Description |
|---|---|---|
std::string | path | Relative path of the entry within the archive. |
size_t | compressedSize | Compressed size in bytes. |
size_t | uncompressedSize | Uncompressed size in bytes. |
std::string pathRelative path of the entry within the archive.
size_t compressedSizeCompressed size in bytes.
size_t uncompressedSizeUncompressed size in bytes.