C# and Zip Files
August 6, 2009
Originally planed to use GZipStream and find a way to package a bunch of files manually. While snooping around for that I found packaging, which has the ZipPackage that can be used to make good ‘ole Zip files in C#. The example there is a little less than clear, so this example helps as well.
Advertisement