Programmatic Create Zip File

Humble Seeker

Member
Joined
Jun 18, 2003
Messages
10
Im currently building a small little toy, it logs which files have been updated in a directory and copies them to an archiving directory. The code is simple and works, I now want to take it to the next level of automatically zipping up the archive files and sub-directories.

Does anyone know of code in Visual Basic .Net that will perform the zip, or a free simple DLL I can include into the project. So far all Ive found is DLL for $300, which as this is a play thing of mine I dont want to spend yet.

Any suggestions?
 
Back
Top