Zip folder in C#

Posted by Marko on Stack Overflow See other posts from Stack Overflow or by Marko
Published on 2009-05-25T07:00:34Z Indexed on 2010/03/25 15:13 UTC
Read the original article Hit count: 391

Filed under:
|
|
|
|

What is an example (simple code) of how to zip a folder in C#?


Update:

I do not see namespace ICSharpCode. I downloaded ICSharpCode.SharpZipLib.dll but I do not know where to copy that DLL file. What do I need to do to see this namespace?

And do you have link for that MSDN example for compress folder, because I read all MSDN but I couldn't find anything.


OK, but I need next information.

Where should I copy ICSharpCode.SharpZipLib.dll to see that namespace in Visual Studio?

© Stack Overflow or respective owner

Related posts about zip

Related posts about folder