ZipApi_CreateZip

Name

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

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.

See Also

ZipApi_AddFile
ZipApi_AddBankAsFile
ZipApi_CloseZip

Index

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