Zip an entire directory tree

Zip an entire directory tree

am 25.12.2007 10:47:10 von schultz.tyler

Is there a way to programmatically zip an entire directory (and
maintain all sub-directories and files) using Visual Studio.NET 2008
in VB?

*Preferably using SharpZipLibrary or the .NET Framework itself; No
third-party at-cost options please.

Thanks

RE: Zip an entire directory tree

am 25.12.2007 15:42:00 von pbromberg

This article shows code that will zip the entire Favorites folder and all
subfolders, with ICSharpCode.Ziplib:

http://www.eggheadcafe.com/articles/20041210.asp
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com


"Schultz" wrote:

> Is there a way to programmatically zip an entire directory (and
> maintain all sub-directories and files) using Visual Studio.NET 2008
> in VB?
>
> *Preferably using SharpZipLibrary or the .NET Framework itself; No
> third-party at-cost options please.
>
> Thanks
>