cravincreeks
Technical User
Hello all. I'm seeking a fast routine that will list all files (by file name) in a given directory that were created after a particular date and time.
This will be run in ESRI's ArcGIS and that software has its own 'Application' object. Consequently, it could get tricky if I attempt to use the MS Office FileSearch object. For example, if I try to write
then I get an error saying that the object does not support the method or property.
The number of files in the directory that I want to search will soon be huge (thousands of files), so I'm hoping that I can find some code that is very fast.
Thanks!
This will be run in ESRI's ArcGIS and that software has its own 'Application' object. Consequently, it could get tricky if I attempt to use the MS Office FileSearch object. For example, if I try to write
Code:
Dim fs as Object
Set fs = Application.FileSearch
The number of files in the directory that I want to search will soon be huge (thousands of files), so I'm hoping that I can find some code that is very fast.
Thanks!