Hi,
How can I compress(zip) a number of files into a zip file?
Mark Rae - 07 May 2007 14:00 GMT
> How can I compress(zip) a number of files into a zip file?
There is an OpenSource library for this - Google it...
However, I use this: http://www.chilkatsoft.com/zip-dotnet.asp

Signature
http://www.markrae.net
Michael Nemtsev - 07 May 2007 15:40 GMT
Hello ad,
http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/
or use System.IO.Compression in .NET 2.0
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
a> Hi,
a> How can I compress(zip) a number of files into a zip file
Christof Nordiek - 07 May 2007 16:23 GMT
> Hi,
> How can I compress(zip) a number of files into a zip file?
You could use sharpZipLib. It's a library for handling zip-files. IIRC it's
OpenSource.