Is this possible? All I want is to put the most recently modified file as the top item of a filelistbox. I guess I could just add all the filenames to an array, sort it, and add the elements to a listbox, but that would be too easy....
Printable View
Is this possible? All I want is to put the most recently modified file as the top item of a filelistbox. I guess I could just add all the filenames to an array, sort it, and add the elements to a listbox, but that would be too easy....
Not without an API
I have a function that will get the most recent file in a folder but I can't get it on top in a filelistbox. I can list it seperately in a listbox using filename but that is it. If this is of any use just email me and I'll post the function for you.