How to Zip Folder in C#
-
Hi All, I want to zip a folder in C# without any third party dll. Can any body help me out. Thanks, Sunil G.
not sure what version of .Net but take a look at the following: ZipPackage Class hope it helps.
-
Hi All, I want to zip a folder in C# without any third party dll. Can any body help me out. Thanks, Sunil G.
-
Hi All, I want to zip a folder in C# without any third party dll. Can any body help me out. Thanks, Sunil G.
If you actually want to make a ZIP compatible file, I strongly recommend SharpZipLib. It's a third party DLL but so what? ... you are almost certainly already deploying more than one file, unless there is a really good reason not to use a library you should do so. It's free and doesn't have license restrictions that stop you using it.
-
Hi All, I want to zip a folder in C# without any third party dll. Can any body help me out. Thanks, Sunil G.