ZipApi_GetFileInfo

Description

Function ZipApi_GetFileInfo.ZIPAPI_UnzFileInfo (
     zipHandle%,
     fileName$,
     caseSensitive = False%
)

Gets information about any file within a zip file.

Parameters

zipHandle

Handle to a ZIP resource opened with ZipApi_Open.

fileName

The name of the file to find.

caseSensitive = False

Return Values

A ZIPAPI_UnzFileInfo object containing file information, or null if the file is not found.