emorris1000
Registered User.
- Local time
- Yesterday, 21:06
- Joined
- Feb 22, 2011
- Messages
- 125
I have a database that uses uploaded .txt and .csv files that are generated daily. I have a script that automates the uploading but it is very currently unable to automatically find new files (have to point it to the files to reformat->upload).
I would like to have this fully automated. The first step in my psuedocode is to build a list of the files currently in the folder. I can tell this is an FSO solution, but I can't figure out how to make it work. So, does anyone know how to write a script to populate a table with filenames from a location?
I would like to have this fully automated. The first step in my psuedocode is to build a list of the files currently in the folder. I can tell this is an FSO solution, but I can't figure out how to make it work. So, does anyone know how to write a script to populate a table with filenames from a location?