Zip files in C#

D

dpchiesa

It is possible to manipulate Zip files in C#, using all managed code.
There are a number of ways to do it, some are commercial offerings,
some are royalty-free approaches, some are open source.

This one works pretty well.
http://www.codeplex.com/DotNetZip

it's free, all managed code.
 
A

Arne Vajhøj

Peter said:
Thanks, but SharpZipLib is also open source, has almost no bugs, and supports
more features including compression level and password protection.

Or even use the zip code included with the J# support in .NET ...

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top