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

Recreate windows explorer search

Status
Not open for further replies.

collierd

MIS
Dec 19, 2001
509
DE
Hello

this is hopefully a straight forward question
I am building a routine thats acts upon a specific file selection
I would prefer to create a front end with a 'explorer' style seacrh for the file that a user can drill through
At the moment I am struggling to write the code to perform this (just the search for the file)

Does anybody have any suggestions

Thanks

Damian.
 
If you want the user to find the file look at OpenFileDialog, GetDirectoryName, and GetFileName.
As to if you want to program the search, I am unsure but you might look at IO.File.Exists.
Good Luck
djj
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top