M Mark Rae May 7, 2007 #2 How can I compress(zip) a number of files into a zip file? Click to expand... There is an OpenSource library for this - Google it... However, I use this: http://www.chilkatsoft.com/zip-dotnet.asp
How can I compress(zip) a number of files into a zip file? Click to expand... There is an OpenSource library for this - Google it... However, I use this: http://www.chilkatsoft.com/zip-dotnet.asp
M Michael Nemtsev May 7, 2007 #3 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
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
C Christof Nordiek May 7, 2007 #4 ad said: Hi, How can I compress(zip) a number of files into a zip file? Click to expand... You could use sharpZipLib. It's a library for handling zip-files. IIRC it's OpenSource.
ad said: Hi, How can I compress(zip) a number of files into a zip file? Click to expand... You could use sharpZipLib. It's a library for handling zip-files. IIRC it's OpenSource.