R
Roy Goldhammer
Hello there
I need to build program that search files in Directory, including its sub
directories
For this i thought to use Dir
The first Dir("*.mdb") returns the first MDB file and the dir() returns the
next MDB file until the Dir return ""
This works fine if i work on only one directory
But if i need to search in subDirectory I need dir() for sub dircetories and
Dir inside the directory (Nasted Dir)
And it don't work
Is there a way to use Nasted dir? or if not is there another way to recive
all the MDB Files that I have in some Directory
I need to build program that search files in Directory, including its sub
directories
For this i thought to use Dir
The first Dir("*.mdb") returns the first MDB file and the dir() returns the
next MDB file until the Dir return ""
This works fine if i work on only one directory
But if i need to search in subDirectory I need dir() for sub dircetories and
Dir inside the directory (Nasted Dir)
And it don't work
Is there a way to use Nasted dir? or if not is there another way to recive
all the MDB Files that I have in some Directory