Data type ArchiveFile
access this type via: compress.Archive (uses)
A file entry from an archive.
Fields
char path[] The file path of this entity inside the archive.
bool dir Whether this entity is a file or directory.
int compressedSize This compressed size of this entity in the archive.
int uncompressedSize The uncompressed size of this entity when extracted.
DateTime modified The last-modified time of this entity.