'Search' Routine

  • Thread starter Thread starter Graham Naylor
  • Start date Start date
G

Graham Naylor

Hi,

Has anyone got a routine that mimics the 'Search' function in 'Windows
Explorer'?

I am trying to work out a way of getting the path for an entered filename.

Thanks

Graham
 
Look at the Dir() function.
It doesn't do the whole job for you, but you'll need to use it in your code.

HTH
- Turtle
 
Back
Top