tags:

views:

8

answers:

0

System.IO.Compression only compresses a single file at a time. I saw an example by Jeffrey Bazinet and tried to zip an entire folder and its subdirectories & files but it seems to be not working as well.

Anyone here knows how to zip an entire folder using the Windows Zip Shell in c# 3.5? I appreciate it. Thanks!