'Search' Routine

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
 
M

MacDermott

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
 
Top