I find situations where files have numbering in the incorrect position in the file name (for example at the end of the file) which makes it impossible to sort the files in ascending or descending numerical order. I am wondering if it's possible to implement a sorting algorithm that can sort files in reverse (from end to start) ?
Thanks