Discuss this help topic in SecureBlackbox Forum
Add a directory with files to the archive
To add a directory with files into the ZIP archive you need to use Add() method and pass the name of the directory to it. Example:
ZipWriter.Add("C:\\tempdir");or
ZipWriter.Add(ZipWriter.Directory, "C:\\tempdir");