Rao Rao

Rao Rao

  • NA
  • 1
  • 17.1k

How To Unpack tar.gz Archive using C#

Aug 16 2011 11:06 AM
Can someone kindly help me with this?

 
I have a folder called statistics.tar.gz which contains many txt files. I need to unpack this folder (statistics.tar.gz) and loop through all the files (txt files) and move them to another directory called Destination.
I have tried using DotNetZip library but I cannot get it working with tar.gz

Answers (1)