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....