Hello, I have a list of PDFs from a directory that have recently been scanned.
They are sorted wrong at the moment, I want the most recently modified (created) PDF at the top.
The current sort is alphabetical top to bottom, it would also work if I could sort bottom to top, as the filenames are sequential fortunately. But I tried the only option have for sorting on the ListView control which is called Sorted, TRUE or FALSE, neither change how it is sorted....
Please advise on best way to do this. Thanks