data.gz C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi i have a application that unzip zips files.
it works fine with files with a .zip extention.
how can i use C# to unzip a file with a .gz extention?
i am useing a J sharp dll to unzip the files.
 
With Dotnet 2.0 you have System.IO.Compression.
It includes GZipStream class

Nicolas Guinet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top