ZlibWapi_UnzLocateFile

Description

Function ZlibWapi_UnzLocateFile% (
     zipHandle%,
     fileName$,
     caseSensitive): "unzLocateFile%
)

Tries to locate the file "fileName" in the zipfile, and if successful sets the current file to the found file.

Parameters

zipHandle

Handle of a ZIP file opened with UnzOpen.

fileName

The name of the file to search for.

caseSensitive): "unzLocateFile

Return Values

ZIPAPI_UNZ_OK on found. ZIPAPI_UNZ_END_OF_LIST_OF_FILE on error.