ZlibWapi_UnzGetCurrentFileInfo

Description

Function ZlibWapi_UnzGetCurrentFileInfo% (
     zipHandle%,
     fileInfo*%,
     fileName*%,
     fileNameBufferSize%,
     extraField*%,
     extraFieldBufferSize%,
     comment*%,
     commentBufferSize%
)

Gets information about the file pointed at by the current file pointer.

Parameters

zipHandle

Handle of a ZIP file opened with UnzOpen.

fileInfo*

fileName*

fileNameBufferSize

The size of the fileName bank, in bytes.

extraField*

extraFieldBufferSize

The size of the extraField bank, in bytes.

comment*

commentBufferSize