1
Answer

How To Unpack tar.gz Archive using C#

Rao Rao

Rao Rao

13y
11.7k
1
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)