I need to search through entire drives, looking for *.fmp files. I need an inventory which includes path and last modified date. I'm going to put all of this into a csv file an import into excel.
My question is, can someone give me a push on how to recursively search for all files with a given extension? Once I find the file, I think I can just pull the other information off by using the FileSystemObject...
Thanks a lot for any help you can give.
-Mark Wetzel
My question is, can someone give me a push on how to recursively search for all files with a given extension? Once I find the file, I think I can just pull the other information off by using the FileSystemObject...
Thanks a lot for any help you can give.
-Mark Wetzel