Order of files in list

If you need help on how to use the program
Post Reply
Klopati

Order of files in list

Post by Klopati »

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.
antp
Site Admin
Posts: 9715
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

It is because Windows sends them in this order.
The first file that the program receives is the last one that has been selected (the one that is focused, there is a tiny dotted border around it). Then it sends all the files after it (if there are), then it goes back to the beginning and send the first files.
Post Reply