Skip to content
JohnReilly edited this page Oct 5, 2009 · 14 revisions

How to create a Zip File

 FastZip fastZip = new FastZip();

 bool recurse = true;
 fastZip.CreateZip("fileName.zip", @"C:\SourceDirectory", recurse, "");
Clone this wiki locally