Discuss this help topic in SecureBlackbox Forum
Save changes to the new ZIP archive
To save the changes in the archive you need to use TElZIPWriter.Compress() method and pass the new file name as a parameter.
Example:
ZipWriter = new TElZipWriter(); ... ZipWriter.Compress("C:\\new_archive.zip");