Hi Forum
I want to add multiple files to a single compressed file using System.IO.Compression. And extract them back...
So I found this code on MSDN which works fine, but does not support adding multiple files into 1 single compressed file.
http://msdn.microsoft.com/en-us/library/system.io.compression.gzipstream.aspx
Any suggestion on how to do it without using 3rd party component?
Thanks
I want to add multiple files to a single compressed file using System.IO.Compression. And extract them back...
So I found this code on MSDN which works fine, but does not support adding multiple files into 1 single compressed file.
http://msdn.microsoft.com/en-us/library/system.io.compression.gzipstream.aspx
Any suggestion on how to do it without using 3rd party component?
Thanks