ZipApi_GotoNextFile

Description

Function ZipApi_GotoNextFile% (
     zipHandle%
)

Sets the current file of the zip to the next file.

Parameters

zipHandle

Handle to a ZIP resource opened with ZipApi_Open.

Return Values

ZIPAPI_OK if no problem, or ZIPAPI_END_OF_LIST_OF_FILE if it's the last file.