Discuss this help topic in SecureBlackbox Forum

Extract the data from the ZIP archive into the file

To extract the file from the opened archive to the disk file you need to use Extract() method and specify the output file name.
Example:

ZipReader = new TElZipReader();
ZipReader.Extract(ZipWriter.Directory.get_Entries(0), "C:\\tempfile");

How To articles about Zip file operations

Discuss this help topic in SecureBlackbox Forum