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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Searching for files on Hard Disk 1

Status
Not open for further replies.

holdenvn

Programmer
Dec 28, 2002
8
AU
I need to find out how to search for certain files (in VB6) ie.*.tmp on the hard disk and display where they live and there total size and later on possible delete them. If any one has any suggestions to get me started it would be greatly appreciated.
holdenvn
 

There are several possibilities that you could use for searching.

1. Dir Function
2. FSO(File System Object)
3. File List Box
4. FindFirstFile, FindNextFile API

How you want to display the files found has even more possibilities.

Good Luck

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top