How to create a Zip Folder with C#.Net
C#
4
Posts
3
Posters
0
Views
1
Watching
-
i have a folder which name is Test in D: Drive , now want create Test.zip ,How it Posible
-
i have a folder which name is Test in D: Drive , now want create Test.zip ,How it Posible
-
i have a folder which name is Test in D: Drive , now want create Test.zip ,How it Posible
Hi, You can use
System.IO.Compression
namespace to do that. You can find lot of help on msdn site for that. Regards, Paramhans Dubey -
Hi, You can use
System.IO.Compression
namespace to do that. You can find lot of help on msdn site for that. Regards, Paramhans DubeyHave a look at this Compress Zip files with Windows Shell API and C#[^]