I have the following files in a List<string>
backup-codes (7).txt
backup-codes.txt
backup-codes (1).txt
backup-codes (2).txt
backup-codes (3).txt
backup-codes (8).txt
backup-codes (6).txt
How can I sort them by the number (eg. (#) )
so that files with the highest value always appear first in the list?