hiya, what i am doing is getting a list of files and subdirectories and there contents and listing them using FSO but as u may well know it isnt sorted in any perticular way.
what i was to do seems complex in my mind.
so what happends is that when someone uploads a file to a directory it renames the file to somthiung like this: 5_200708081929220.jpg the firest number is the memberID followed by the "_" as a seperator and then the rest is the date/time that the file was uploaded wit ha number of 0-5 before the file extention which corresponds to the number of file was uploaded at the same time.
so what iwant to do is sort the files by the date specifyed in the file name.
i have done some googleing and have came up with some ways to sort by a few things but not how i want it to be done.
can anyone help me with this litlle problem i have? or is it a case of Deal With it?