-
compress files zip/unzip
Posted on July 27th, 2009 7 commentsI was looking for a library which can zip/unzip files then I found this one very easy to use.
To zip files you need to just do this
-
-
using (ZipFile zip = new ZipFile()
-
{
-
zip.AddFile("file.txt");
-
zip.Save("MyZipFile.zip");
-
}
-
This library has got lot lots of option which you can experiment and best thing is runtime library just 100kB. You can download the library from CodePlex DotNetzip.
Uncategorized add files to xap using c#, c# file zip, content of xap files using c#, dotnet unzip, dotnet zip, silverlight xap read, unzip files using c#, xap file zip, xap unzip files, zip files using c#7 responses to “compress files zip/unzip”
-
Hello,
Thank you! I would now go on this blog every day! -
I’m curios if I will manage to build a bigger audience for my Windows Vista for Beginners portal.
-
Astonishing article . Will definitely copy it to my blog.Thanks
-
Thank you! You often write very interesting articles. You improved my mood.
-
Great article . Will definitely apply it to my site
-
Wow, what a lengthy and in depth article but full of useful information
-
Interesting and informative. But will you write about this one more?
Leave a reply
-


