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