Discuss this help topic in SecureBlackbox Forum

Add a directory with files to the archive

To add a new directory into the ZIP archive you need to use MakeDir() method and pass the name of the directory to it. Example:

ZipWriter.MakeDir("newdir");
or
ZipWriter.MakeDir(ZipWriter.Directory, "newdir");

How To articles about Zip file operations

Discuss this help topic in SecureBlackbox Forum