DotNetZip – Zip file manipulation in .NET
DotNetZip is a small, easy-to-use class library for manipulating .zip files. It can enable .NET applications written in VB.NET, C#, or any .NET language, to easily create, read, and update zip files. Zip Compression is easy with DotNetZip. The DotNetZip project also produces a GUI ZIP tool, and a few command line tools.
DotNetZip works on Windows-powered PCs with the full .NET Framework, and also runs on Windows Mobile devices that use the .NET Compact Framework. Create and read zip files in VB, C#, or any .NET language. The library can also be used from COM enironments, like PHP, Classic ASP, or VB-Script. DotNetZip supports these scenarios:
- creating a zip archive, adding files or directories into the archive
- listing files in an archive, extracting files from an archive
- modifying an existing archive – renaming entries, removing entries from an archive, or adding new entries to an archive
- creating zip files from stream content, saving to a stream, extracting to a stream, reading from a stream
- dynamically creating ZIP files from ASP.NET applications
Read more at http://dotnetzip.codeplex.com/
Advertisement