ZlibWapi_ZipOpen

Description

Function ZlibWapi_ZipOpen% (
     fileName$,
     appendMode%
)

Opens a ZIP file for writing. If the file doesn't exist, it will be created.

Parameters

fileName

The name of the ZIP file to open.

appendMode

The file mode to use. Three choices:

Return Values

The handle of the opened file, or an error code if something went wrong.

See Also

ZipApi_CreateZip