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.
Order of files in list
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.
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.