ZlibWapi_ZipOpen

Name

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

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

Index

Click here here to view the latest version of this page online