Two functions (currently only for desktop, requires .NET 2.0).
CreateZip(zipFileName, sourceDirectory, recurseDirectories, fileFilter)
ExtractZip(zipFileName, targetDirectory, fileFilter)
Implements (wraps is a better word) part of #developZipLib class FastZip
Attached are:
dzZipLib.zip, VB source code and #develop project.
ZipTest1.zip, B4PPC source.
You also need to download ICSharpCode.SharpZipLib.dll from http://www.sharpdevelop.net
I ask for your understanding because of the very very early development stage.
CreateZip(zipFileName, sourceDirectory, recurseDirectories, fileFilter)
ExtractZip(zipFileName, targetDirectory, fileFilter)
Implements (wraps is a better word) part of #developZipLib class FastZip
Attached are:
dzZipLib.zip, VB source code and #develop project.
ZipTest1.zip, B4PPC source.
You also need to download ICSharpCode.SharpZipLib.dll from http://www.sharpdevelop.net
I ask for your understanding because of the very very early development stage.