ZipEntryInfo

This structure contains various pieces of meta-data on a file. The contents of this structure may be safely mutated.

This structure is also used to specify meta-data about a file when adding it to an archive.

Members

Variables

comment
const(char)[] comment;

Comment on the file.

modified
Time modified;

Modification timestamp. If this is left uninitialised when passed to a ZipWriter, it will be reset to the current system time.

name
const(char)[] name;

Full path and file name of this file.

Meta