Page 1 of 1

compressing and decompressing a file

PostPosted: October 10th, 2006, 10:40 am
by nagraj@codeplex
hi,

I wanted to know how files can be compressed (zipped) and decompressed (unzipped) using phalanger.

I tried to use Sytem.IO.Compression namespace.

RE: compressing and decompressing a file

PostPosted: October 10th, 2006, 10:07 pm
by tomasp
Hi,
I wrote an example that does this and posted it to the Phalanger tutorials. You can find it here:
http://www.codeplex.com/Wiki/View.aspx?ProjectName=Phalanger&title=Compress%20text%20file

Tomas

RE: compressing and decompressing a file

PostPosted: October 11th, 2006, 6:55 am
by nagraj@codeplex
Thanks for ur reply. I saw the example, u have considered a single file and tried to compress.
Is it possible to compress a folder and its subfolders.