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

Make searchs in the c:\ directory

Status
Not open for further replies.

Leibnitz

Programmer
Apr 6, 2001
393
CA
I want to create a little windows application not using MFC
that search the c:\ directory for files and folders and when it finds one of them automaticaly launch this file or folder.Any tips on how to proceed will be very apreciated.

:)
 
maybe you could ask it in the visual c++ forum, where it would be more appropriate. Here people might help you only on design (like : you'll have to have an object that knows how to "move" in directories, one that knows how to compare the file found by the previous one to those you're searching for, one to "launch" the file, one to monitor all this ...)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top