ZIPAPI_GlobalInfo

Description

Type ZIPAPI_GlobalInfo
  Field NumberOfEntries%
  Field CommentLength%
  Field Comment$
End Type

Contains information about a ZIP file. Use this after openening a ZIP for reading with ZipApi_Open.

Fields

NumberOfEntries

The number of files contained in this zip.

CommentLength

The length of the global comment string in bytes.

Comment

The global comment in a Blitz friendly string.