ZlibWapi_ZipOpenNewFileInZip
Description
Function ZlibWapi_ZipOpenNewFileInZip% (
zipHandle%,
fileName$,
fileInfo*%,
extraFieldLocal*%,
extraFieldLocalSize%,
extraFieldGlobal*%,
extraFieldGlobalSize%,
comment$,
method%,
level%
)
Create a new file entry in a ZIP file.
Parameters
- zipHandle
Handle to a ZIP file opened with ZipOpen.
- fileName
The file name of the entry to create.
- fileInfo*
- extraFieldLocal*
- extraFieldLocalSize
Size of the extraFieldLocal bank.
- extraFieldGlobal*
- extraFieldGlobalSize
The size of the extraFieldGlobal bank.
- comment
An optional comment for this file.
- method
The compression method to use. Use 0 for store, or Z_DEFLATE for compression.
- level
The level of compression to use (0 to 9).