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