I have a situation where I need to extract a bunch of filenames (and their full path) from a folder tree where the files exist least 3 levels deep.
-RootDir
-SubDir1
-SubDir2
-FileName
I created a FileSystemObject recursive call that will get me what I need, but it is very slow. Especially since I am dealing with 100K+ filenames
Is there a faster way?
Thought for the day: Beware of Gods who cannot laugh...
-RootDir
-SubDir1
-SubDir2
-FileName
I created a FileSystemObject recursive call that will get me what I need, but it is very slow. Especially since I am dealing with 100K+ filenames
Is there a faster way?
Thought for the day: Beware of Gods who cannot laugh...