Under a directory, I have a series of directories e.g. 20090601, 20090614, etc..
I would like to put these names into an array, and if possible, have a "display name" for each e.g. 06/01/2009, 06/14/2009
The user will be presented with a list of "display names" in a drop-down (or a table) and asked to select one to view (there is an html file inside the directory).
What is a way to collect the directory names (there may be files other than directories in the directory with the sub-directories) and add the "display name"?
Many thanks....
Todd