Koozali.org: home of the SME Server

purpose of number in front of template-custom files

rcpettit

purpose of number in front of template-custom files
« on: March 21, 2005, 05:40:51 AM »
what is the purpose of the number in front of the file name when making a template modification such as 93Gallery and such.  I've looked all over documentation for e-smith trying to find the purpose of it.

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
purpose of number in front of template-custom files
« Reply #1 on: March 21, 2005, 06:08:51 AM »
The number, and alphanumeric denote the final position in the file destination.
Example template files:
FILENAME -> CONTENT
10ppp -> 1234
10ppr -> aaqq
20aaa -> 5544
05t -> tyuu
when expand, the content of each template file is pasted into the destination file in alphanumeric order of the template file name.

The content in the destination file you have:

tyuu
1234
aaqq
5544

This may be help you.
Sorry for my BADDD english

rcpettit

Thanks
« Reply #2 on: March 21, 2005, 11:30:39 AM »
That was what I kind of figured.  Thanks for your help.