Connecting Tech Pros Worldwide Forums | Help | Site Map

How to Use zipfldr.dll in C #

Newbie
 
Join Date: Oct 2008
Location: Coimbatore
Posts: 29
#1: Oct 7 '09
hi,


i need to zip and unzip through code without using any third party component like EACompression etc...


Can anyone pls tell me how to use zipfldr.dll in C# to zip and unzip a folder....

Thanks in advance

With Regards,

Mani
ssnaik84's Avatar
Member
 
Join Date: Aug 2009
Location: Bengaluru, India
Posts: 121
#2: Oct 7 '09

re: How to Use zipfldr.dll in C #


Common approach is
- to add its reference into the project
- use its methods

Have you tried this way?
Are you getting any problem?
Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,161
#3: Oct 7 '09

re: How to Use zipfldr.dll in C #


What's wrong with the built in .NET compression libraries? (System.IO.Compression)
Reply