ZlibWapi_ZipWriteFileInZip

Name

ZlibWapi_ZipWriteFileInZip — Writes the contents of a bank to an opened ZIP file entry.

Description

Function ZlibWapi_ZipWriteFileInZip% (
     zipHandle%,
     fileData%,
     fileLength%
)

Writes the contents of a bank to an opened ZIP file entry. For use after opening an entry with "Function ZlibWapi_ZipOpenNewFileInZip".

Parameters

zipHandle

Handle to a ZIP file opened with ZipOpen.

fileData

fileLength

The length of the "fileData" bank.

See Also

ZipApi_AddBankAsFile
ZipApi_AddFile

Index

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