I have a website that creates a txt file and saves it with a timestamp to the webserver directory.
I need a client based app to list all files in the directory to download to the client server for processing but cannot find a way to have them listed in a listbox without specifying the full file name
i.e. TB2014-09-08_11h48m25_765.txt
is a full name. TB
stays constant and the files are always .txt
)