Related resources for Folder Compression
  • Compress Folders with Visual Basic and the SharpZipLib in VB.NET12/1/2012 5:39:08 AM. This article shall describe an approach that may be used to collect files from multiple locations and zip them up into a single zipped folder. The code contained in the sample project may be useful.
  • Compress Folders with C# and SharpZipLib5/19/2012 12:14:59 AM. This article shall describe an approach that may be used to collect files from multiple locations and zip them up into a single zipped folder. The code contained in the sample project may be useful if one needs to gather up multiple files, zip them up, and then do something with them such as upload the zipped files to a server location for storage or processing.