ZipApi_AddFile

Name

ZipApi_AddFile — Add a file to a ZIP that has been opened with ZipApi_CreateZip.

Description

Function ZipApi_AddFile% (
     zipHandle%,
     fileName$,
     includePath = True%
)

Add a file to a ZIP that has been opened with ZipApi_CreateZip.

Parameters

zipHandle

Handle to a ZIP resource opened with ZipApi_CreateZip.

fileName

The name of the file to add.

includePath = True

Return Values

True if the file was added, false if not.

See Also

ZipApi_CreateZip
ZipApi_CloseZip
ZipApi_AddBankAsFile

Index

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