company logo

ZipArchive :: fileWrite - Load file from binary to archive

The function loads binary data passed in cBinary to file with the path passed in sFilePath . When the file does already exist, it will be updated completely by the content passed to the function. When the file does not yet exist in the archive, it will be created including all required directories.

When the zip archive is not opened, the function trows an exception.

Implementation details