Skip to content

Instantly share code, notes, and snippets.

@aspose-zip-gists
Last active March 15, 2024 04:43
Show Gist options
  • Save aspose-zip-gists/ad733277ad387d5e87e32b336b9d8efe to your computer and use it in GitHub Desktop.
Save aspose-zip-gists/ad733277ad387d5e87e32b336b9d8efe to your computer and use it in GitHub Desktop.
UniversalCompressor
string directoryPath = @"C:\path\to\your\directory";
ArchiveInfo.ArchiveFormat format = ArchiveInfo.ArchiveFormat.Zip;
ArchiveFactory.CompressDirectory(directoryPath, format);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment