> i m using .net 1.x and adding the functionality of zip and unzip but there
> is problem that i want to zip a multiple folder and extract them too .how
> it will be resolve .Do any one have any Idea regarding that issue
You can use the C1ZipFile.Entries.AddFolder() and
C1ZipFile.Entries.ExtractFolder() methods for this.