Discuss this help topic in SecureBlackbox Forum
Add a file to the archive
To add a file into the ZIP archive you need to use TElZIPWriter.Add() method.
Example:
ZipWriter.Add("C:\\file.txt");or
ZipWriter.Add(ZipWriter.Directory, "C:\\file.txt");