I need a fast method for reading files in a directory.
Here is what I am looking for.
Let's say I have The following path "C:/db data/dbf files".
And under that directory I may have 20 subdirectories.
I am looking for .dbf files in the subdirectories.
So, I need to be able to read the "dbf files" directory, and take one directory at a time, open the directory, and for each .dbf file I find, run an import process, pushing the subdirectory name, full path, and .dbf file name to an import function.
Then, go on to the next file, until I have processed all .dbf files in that subdirectory.
Then I go to the next subdirectory, until I have gone through all the subdirectories.
Any takers on this?!
David Please remember to give helpful posts the stars they deserve!
This makes the post more visible to others in need!![[sunshine] [sunshine] [sunshine]](/data/assets/smilies/sunshine.gif)
Here is what I am looking for.
Let's say I have The following path "C:/db data/dbf files".
And under that directory I may have 20 subdirectories.
I am looking for .dbf files in the subdirectories.
So, I need to be able to read the "dbf files" directory, and take one directory at a time, open the directory, and for each .dbf file I find, run an import process, pushing the subdirectory name, full path, and .dbf file name to an import function.
Then, go on to the next file, until I have processed all .dbf files in that subdirectory.
Then I go to the next subdirectory, until I have gone through all the subdirectories.
Any takers on this?!
David Please remember to give helpful posts the stars they deserve!
This makes the post more visible to others in need!
![[sunshine] [sunshine] [sunshine]](/data/assets/smilies/sunshine.gif)