I have a folder with files with version numbers, file (01), file (02) and so on over a hundred files. When I sort on name it looks like this:
file (10).jpg
file (101).jpg
......
file (109).jpg
file (11).jpg
How can I sort the files with correct order on both name and version numbers?
file (10).jpg
file (101).jpg
......
file (109).jpg
file (11).jpg
How can I sort the files with correct order on both name and version numbers?