KellysClipper
IS-IT--Management
I know how the Directory() function works, but is there any other function similar to it that will generate an array or list of EVERY file of a certain file type on a drive letter no matter what directory or sub-directory it is in? What I am looking for is something that will produce an array with filenames - including full paths - of all DBF files on a hard drive (similar to the "DIR C:\*.DBF /B /S" Dos command.)
I could write my own function to do that using various instanceses of the Directory() function, but if it's already done somewhere, why re-invent the wheel.
Thanks for your help.
Kelly
I could write my own function to do that using various instanceses of the Directory() function, but if it's already done somewhere, why re-invent the wheel.
Thanks for your help.
Kelly