ZipApi_AddBankAsFile

Name

ZipApi_AddBankAsFile — Add a file to a ZIP directly from bank data.

Description

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

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.

Return Values

True if the data was added, false if not.

See Also

ZipApi_CreateZip
ZipApi_AddFile

Index

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