Skip to content
vchelaru edited this page Aug 14, 2008 · 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