Order of files in list
Posted: 2004-05-07 11:26:42
When I add files, the last file always displays first in the list.
If I select the following for processing:
File1.ext
File2.ext
File3.ext
They come in as:
File3.ext
File1.ext
File2.ext
This means I always have an extra step before performing the enumeration function. I have to move the first file in the list to the end.
Am I doing something wrong?
Thank you.
If I select the following for processing:
File1.ext
File2.ext
File3.ext
They come in as:
File3.ext
File1.ext
File2.ext
This means I always have an extra step before performing the enumeration function. I have to move the first file in the list to the end.
Am I doing something wrong?
Thank you.