ZipApi_AddBankAsFile

Description

Function ZipApi_AddBankAsFile% (
     zipHandle%,
     bankHandle%,
     fileName$,
     password$
)

Add a file to a ZIP directly from bank data.

Parameters

zipHandle

Handle to a ZIP resource opened with ZipApi_CreateZip.

bankHandle

Bank containing the data to add.

fileName

The name of the file entry in this zip.

password

An optional password if encrypting the data.

Return Values

True if the data was added, false if not.