I would like to decompress a *.gz file but I'm having a hard time finding any good examples on how to do this using #ziplib.
I don't know if there is something wrong with the file i'm trying to decompress. I tried decompressing it with Microsofts GZipStream Class but I get a error saying that "The magic number in GZip header is not correct. Make sure you are passing in a GZip stream.". I'm hoping that #ziplib will be able to decompress the file :)
Have not tried gz files myself, but in this thread ...
http://community.sharpdevelop.net/forums/t/7385.aspx
they discuss unpacking a TGZ archive. Hope this helps.
RegardsDavid