patorak opened this issue on Jun 13, 2009 · 42 posts
ockham posted Sat, 13 June 2009 at 11:47 PM
The alphabetical sorting in computer file systems treats numbers
(stupidly) as if they were text. So if you have 12 files, the computer
will order them as
file1
file10
file11
file12
file2
file3
file4
and so on.
If you want meaningful ordering, you need to use a leading zero on your names,
as in file01, file02, etc.
It's possible for a program to override this stupidity by careful 'dissecting'
of filenames that include numbers, but clearly Poser's programmers
didn't take this step.