View Single Post
  #1 (permalink)  
Old 06-01-2007, 12:00 AM
dzt's Avatar
dzt dzt is offline
Basic4ppc Veteran
 
Join Date: May 2007
Location: Greece
Posts: 353
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default zip & unzip library (with source)

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.
Attached Files
File Type: zip dzZipLib.zip (2.7 KB, 139 views)
File Type: zip ZipTest1.zip (3.7 KB, 136 views)
__________________
Dimitris Zacharakis
http://www.terracom.gr
Reply With Quote