how to ZIP and UNZIP in C#
C#
4
Posts
4
Posters
0
Views
1
Watching
-
depend onthe zipping/unzipping tool. use System.Diagnostics.Process class, through Process class execute the zipping executable with command line parameters. convert zipped/unzipped files to the stream & write into the hard disk? go it?
Ramana
-
Hi..... By using GZipStream class you can compress and decompress the file..... GZipStream Example Link[^]
Regards, Sandeep Kumar.V