I have a list of type string. Each string is a full path to a file. Now I would like to sort this list by the name of the file.
When I use the Sort() method, the list would be sorted by the full path. But the path can be different.
Is there a simple way to sort the list by whats left after the last \ of each item?