[This is preliminary documentation and is subject to change.]
The ZipStorer..::..ZipFileEntry type exposes the following fields.
Fields
| Member | Description | |
|---|---|---|
| Comment | User comment for file | |
| CompressedSize | Compressed file size | |
| Crc32 | 32-bit checksum of entire file | |
| EncodeUTF8 | True if UTF8 encoding for file name and comments, false if default (CP 437) | |
| FileNameInZip | Full path and file name as stored in Zip | |
| FileOffset | Offset of file inside Zip storage | |
| FileSize | Original file size | |
| HeaderOffset | Offset of header information inside Zip storage | |
| HeaderSize | Size of header information | |
| Method | Compression method | |
| ModifyTime | Last modification time of file |