Source position: unzip.pas line 69
type unz_file_info = record |
version: LongInt; |
version_needed: LongInt; |
flag: LongInt; |
compression_method: LongInt; |
dosDate: LongInt; |
crc: LongInt; |
compressed_size: LongInt; |
uncompressed_size: LongInt; |
size_filename: LongInt; |
size_file_extra: LongInt; |
size_file_comment: LongInt; |
disk_num_start: LongInt; |
internal_fa: LongInt; |
external_fa: LongInt; |
tmu_date: tm_unz; |
end; |