
July 9th, 2003, 02:31 PM
|
|
Member
|
|
Join Date: Sep 2001
Posts: 28
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Use variables with the FSO?
I'm building an application that allows visitors to our site to view GPS survey data. The data is collected several times a day and the files written to a different directory each day. Thus, for July, there are 31 folders.
There is a calendar on the site that people can click on the date they want to get the data for. Then, a window will open and the contents of that days directory will be displayed in the window.
I can get to the root of the application and get a list of files in the root of course but I need to be able to pass a variable from the date link to the file system object to move from directory to directory to get to the data files.
Our app is at http://test.c-b.com/CORS/ - the data is supposed to be accessed from the calendar but now all I can do is view the root files. I just can't figure out how to target another directory with the FSO using a variable passed from a querystring...
Thanks in advance for all your help.
43rdworld
|