ZipApi_CreateZip

Description

Function ZipApi_CreateZip% (
     fileName$,
     fileMode = ZIPAPI_APPEND_CREATE%
)

Create and open a new ZIP file for adding files to.

Parameters

fileName

The name of the zip file to create.

fileMode = ZIPAPI_APPEND_CREATE

Return Values

Handle of the opened file, or 0 if it could not be opened.