Unit 'Unzip' Package
[Overview][Constants][Types][Procedures and functions][Index] [#paszlib]

unz_file_info

Declaration

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;


Documentation generated on: 2023-03-18