Searching for filenames or FOLDERnames containing keyword using...
Posted by Chris on December 28, 2001 8:28 AM
Hi -
Using Application.Filesearch does a great job searching for specific filenames when I use it like this: .Filename = "*" & txtKeyword.txt & "*"
Does anyone know how I add code that gives me the option to search in the Foldername / Pathname also? (I am outputing my results to a list box by the way)
Chris