A
Anil Gupte
Hi all! Hope you can help me.
I want to find all files matching a wildcard in all subdirectories. Is
there a quick way to do that? For example in DOS I can go dir *.txt /s and
it will find all txt files in the current directory and all directories
below that. Is there a VB function that will do that? The other choice is
to create some complicated recursive function that lists each directory,
stores the names of the subdirectories and then runs the function again on
each of those.
Any advice appreciated.
TIA,
I want to find all files matching a wildcard in all subdirectories. Is
there a quick way to do that? For example in DOS I can go dir *.txt /s and
it will find all txt files in the current directory and all directories
below that. Is there a VB function that will do that? The other choice is
to create some complicated recursive function that lists each directory,
stores the names of the subdirectories and then runs the function again on
each of those.
Any advice appreciated.
TIA,