How to zip a file or folder using C#

downloadDownload code example


I had searched a lot to make files zip using c#, all the solution provided only support to zip a single file but my requirement is to zip a directory selected by used, I had tried so many utilities but unfortunately all does not works for me.

Finally I found a solution which is using Java utility to zip file. This solution is quite easy to implement and debug.

To implement this solution you need to add reference of “C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\vjslib.dll” to your application.

Comments

IT Solutions said…
Personally I have never heard about this event before so it was really interesting to read it and to know something attractive and new.

Great Solution!

Popular posts from this blog

How to add Primary Key and Auto Increment on different fields of MySql

Sql azure select from another database / Cross Database connection

URL rewriting and SEO