Discuss this help topic in SecureBlackbox Forum

Extract several files from the ZIP archive to the directory on the disk

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

ZipReader = new TElZipReader();
ZipReader.Extract("*.txt", "C:\\destdir");

How To articles about Zip file operations

Discuss this help topic in SecureBlackbox Forum