Hey! I sort the files by name, where the number is written, and they are sorted correctly only up to 9, and the number 10 for some reason is equal to 1 and stands next to it. How to fix it? Thank you!
发表时间 Fri 15 Apr 22 @ 6:13 pm
File Names are considered as texts, so what you get is expected.
Rename files as .. 01, 02 , ..09, 10 , 11 etc
Rename files as .. 01, 02 , ..09, 10 , 11 etc
发表时间 Fri 15 Apr 22 @ 9:43 pm