I need to throw together a quick program to extract information from some text files. I've done the part to extract the information, but I'm having some difficulties with the file directory.
There is a specific folder that contains folders for each day and within each days folder is a log (.txt). I need to search each text file in the folders:
Main Folder
2006-01-01
Log00
Log01
Log02
2006-01-02
Log00
Log01
Log02
What is the easiest way for me to loop through all the files in all the folders in this specific directory.
Thanks!
Leslie
There is a specific folder that contains folders for each day and within each days folder is a log (.txt). I need to search each text file in the folders:
Main Folder
2006-01-01
Log00
Log01
Log02
2006-01-02
Log00
Log01
Log02
What is the easiest way for me to loop through all the files in all the folders in this specific directory.
Thanks!
Leslie