Directory Search

Folks are often asking for BASIC code that will allow them to search for a file any where on a disk. This demo and set of functions will locate a file (or wild card search many files) in a specified path.
This is done by combining a recursive call to a search function with the FILES command.
Check it out here:
|