1
Reply

How To Unpack tar.gz Archive using C#

Rao Rao

Rao Rao

Aug 16 2011 11:06 AM
11.7k
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)