Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Create Zip File 1

Status
Not open for further replies.

HumbleSeeker

Programmer
Nov 29, 2002
37
0
0
GB
I'm 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 I've found is DLL for $300, which as this is a play thing of mine I don't want to spend yet.

Any suggestions?


Humble Seeker
-----------------------------------------------------
The longest journey begins with the smallest step.
 
Thanks for the reply, but I really want my little toy to work for a couple of months, while I continue to modify and expand it.

OK if there isn't a free DLL available, does anyone know where I can get information and/or source code to create a zip file myself? Or even better has found a free DLL?

Humble Seeker
-----------------------------------------------------
The longest journey begins with the smallest step.
 
Did you think of WinZip command line support? You can either create batch file that will zip all files in archive folder an you can start the batch process from your app,
Or even better you can call commands from code using Shell.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top