Related resources for SharpZipLib
  • Reading Zip Files with SharpZip Library in .NET10/9/2023 8:45:51 AM. SharpZipLib is a library for .NET that allows working with compressed files, particularly ZIP archives. To read a ZIP file using SharpZipLib, you first install the library and import the necessary nam
  • 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.
  • Opening Jars with Visual Basic11/9/2012 6:30:11 AM. This article shall describe an approach that may be used to extract Jar files.
  • 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.
  • Opening Jars with C# 7/7/2008 1:52:51 AM. This article shall describe an approach that may be used to extract Jar files. Jars are merely files compressed using zip compression; the primary difference between a standard trash zip file and a jar file is that the jar file includes a manifest; also a true jar files can be run as an executable on a machine equipped with the java runtime.