Getting the files to be in true sequential order

ALBERTLU

Joined: 2012-11-13
Posts: 2
Posted: Tue, 2012-11-13 13:33

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?

 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Tue, 2012-11-13 14:26
 
ALBERTLU

Joined: 2012-11-13
Posts: 2
Posted: Sun, 2012-11-18 08:03

Thank you.