Hi everyone , I am developing a web application using asp.net 3.5 and C#. I have a compressed file with .tar.gz extension. I want my web application to uncompress this file. Can any give me suggestion how to acheive this task using C#....... Thanks
I've never tried this, but take a look at the System.IO.Compression.GZipStream namespace on msdn. Perhaps there's a solution there for you. http://msdn.microsoft.com/en-us/libr...zipstream.aspx
Forum Rules
Bookmarks