Discuss this help topic in SecureBlackbox Forum

Save changes in the ZIP archive

To save the changes in the archive you need to use TElZIPWriter.Compress() method without parameters.
Example:

ZipWriter = new TElZipWriter();
...
ZipWriter.Compress();

How To articles about Zip file operations

Discuss this help topic in SecureBlackbox Forum