There are times when we need to transfer large folders over the network. The best solution to optimize this transfer is to use a zip file. We can create a zip file in C#.NET by taking advantage of the zipping tool installed on the machine. Various zipping tools can be used for the purpose of zipping like winzip(undoubtedly the most famous one), winrar, 7-zip etc. Here I will make use of winrar for zipping a folder.
Saturday, April 17, 2010
Creating zip file using winrar in C#.NET
There are times when we need to transfer large folders over the network. The best solution to optimize this transfer is to use a zip file. We can create a zip file in C#.NET by taking advantage of the zipping tool installed on the machine. Various zipping tools can be used for the purpose of zipping like winzip(undoubtedly the most famous one), winrar, 7-zip etc. Here I will make use of winrar for zipping a folder.
Subscribe to:
Post Comments (Atom)

Hi its very useful its working fine..but the rar file is being created without any name how to give name for that
ReplyDelete