ZipCentralDirectoryFileHeaderSignature

Signatures of the records in a Zip archive. Each record is preceded by the corresponding signature, except for ZipLocalFileSizeSignature, which is permitted to be missing.

All signatures begin with "PK", the initials of Phil Katz, who created the format.

static
istring ZipCentralDirectoryFileHeaderSignature;

Meta