File naming system... File naming system...
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

File naming system...

Started by MaddhatteR, August 20, 2006, 04:37:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MaddhatteR

I tried searching the forum but couldn't find what I was looking for. When I name my files numerically (i.e. Vacation (1), Vacation (2), Vacation (3)...) they show up in the following order Vacation (1), Vacation (10), Vacation (11)...Vacation (100), Vacation (101)...Vacation (2), Vacation (21)...etc. Is there a way that I can change the numbering system so that it keeps the files in numeric order as opposed to "alphabetical" order? Thanks for your help. Jon.

Sami

insted of 1,2,...,10,11,..........,100 ,
Use 00001,00002,...,00010,........,00100
And it's better to cretae something like vacation_00001 instead of vacation (00001)
‍I don't answer to PM with support question
Please post your issue to related board

MaddhatteR

Thank you very much. I will have to rename my files and put them back on the server. Much appreciated. Jon.