C# & SharpzipLib : How to put each file in a directory in their own zip file.
I needed to zip every file in a folder into their own zip files. After a while on Google I finally decided to code it for myself. So here is a method you can use to do this, just pass in two paths and your good to go.
Download SharpZipLib Here:(http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx)
This page helped me figure this out. Check it out.
0 comments: