ZipApi_ZipOpenFileInZip
Description
Function ZipApi_ZipOpenFileInZip% (
zipHandle%,
fileName$,
fileDate.ZIPAPI_Date,
comment = ""%,
extraFieldLocal = 0%,
extraFieldGlobal = 0%,
compress=True%,
compressionLevel = ZIPAPI_DEFAULT_COMPRESSION%
)
A slightly simpler interface to ZlibWapi_ZipOpenNewFileInZip.
Note
Use ZipApi_AddFile to add files to a ZIP.
Parameters
- zipHandle
ZIP handle opened with ZipApi_Create.
- fileName
The name of the file entry to open. Doesn't have to be a file that exists.
- fileDate
The date information for this file.
- comment = ""
- extraFieldLocal = 0
- extraFieldGlobal = 0
- compress=True
- compressionLevel = ZIPAPI_DEFAULT_COMPRESSION