S
Steve in MN
The data file that I will need to import into the program every day is a
systematically created .txt file that will be kept in a folder with all the
rest of the past generated files. What is the best way to get the program to
grab the newest file and automatically import that with out user intervention.
I would assume that i might be able to do a left trim on the file name in
the import string if they had a name on the front side of it...that might
work.
But how would one go about looking for the highest create date on a file in
a root folder.
Ex: C:\General\dailyfile\121608.txt
systematically created .txt file that will be kept in a folder with all the
rest of the past generated files. What is the best way to get the program to
grab the newest file and automatically import that with out user intervention.
I would assume that i might be able to do a left trim on the file name in
the import string if they had a name on the front side of it...that might
work.
But how would one go about looking for the highest create date on a file in
a root folder.
Ex: C:\General\dailyfile\121608.txt