Auto Find & Delete

Visual Basic Projects Add comments

Going back through my Visual Basic archives, here's a old program I wrote on March 23, 2005 called "Auto Find & Delete". This program allows you to create a list of temp or junk files you delete on a regular basis, then easily delete them all with one click. You can also add windows shell access so that you can just right-click on a file to add it to your junk file list. I forget why I originally wrote this. I think somebody asked me to build it for them because they were tired of deleting hundreds of temp/junk files everyday manually by hand and they wanted a program that could do it for them. This program is a good example of how you can interact with the windows filesystem using Scripting.FileSystemObject, how to incorporate shell access, how to read and write to the windows registry, and how to create an "Open File" dialog using the Win32 API.

Download afd.zip (March 23, 2005)



Filelist
 frmBadFiles.frm
 frmMain.frm
 Module1.bas
 RegistryModule.bas

Leave a Comment

Entries RSS Comments RSS Log in