-3

I need to zip a set of files with extension .xml from a particular folder. I am workin in WPF c#. I have searched several forums. Default utility Gzip may not serve my purpose. How can i do it??

BinaryMee
  • 2,102
  • 5
  • 27
  • 46

2 Answers2

2

Take a look at Sharp Zip Lib.

http://www.icsharpcode.net/opensource/sharpziplib/

Paul Alan Taylor
  • 10,474
  • 1
  • 26
  • 42
1

Try an open source project at codeplex :

Ria
  • 10,237
  • 3
  • 33
  • 60