ZipApi_ExtractFile
Description
Function ZipApi_ExtractFile$ (
zipHandle%,
fileName$,
destName$,
password$
)
Extracts a file from a ZIP and returns the path to open it.
Parameters
- zipHandle
Handle to a ZIP resource opened with ZipApi_Open.
- fileName
The name of the file within the ZIP to extract.
- destName
Optional destination to extract the file to. If an empty string is passed, will extract to the Windows temp directory.
- password
Optional password if extracting a password protected file.