This isn't really a database issue, but I figure I can get an answer here..
I have several files on my web server. I add to the files periodically, so it would be a lot of trouble to do this with straight html. I want to put together an asp script that will get a directory listing and loop through the list of those files and return the complete file name...
I can do what I need to with the file names once I have a handle on them, but I don't know how to get to that point..
I know how to do this in VBA, but I don't think the syntax would be the same in ASP/VBS..
Thanks in advance..