I would prefer to have files to be sorted in true sequential order like as follows:
img1.png
img2.png
img3.png
.
.
img9.png
img10.png
img11.png
Instead of the following sequence:
img1.png
img10.png
img11.png
img2.png
img3.png
.
.
img9.png
Is there anyway I can do that?
Posts: 1857
Add leading zeros: http://gallery.menalto.com/node/107942
Posts: 2
Thank you.