I am trying to list files on a web page sorted by the most recent date first to the oldest last. The file names have the dates in them (ie, 051205, 050117 for yymmdd). How can I sort them for listing? The following is code I have although the filename string compares are inconsistent for comparing dates...