At last, it is my time to have troubles wth the file stored order.
My Method, tested on a friend computer, returns the Table of Contents in no order; say pages 2, 3, 12, 44, 1, 38 and so on.
I do cannot checked that right now, but here’s my idea:
At source folder drop time, I will load all files descriptors for all items in the source folder, sort then alphabetically based on their names and do the job from there.
Your opinion ?
PS: always think different they says. So, I created a brand new folder, then I moved the files by alphabetical order to that new folder and pass that folder into my method: I get the results in the same (bad) order.
I am curious to know how - internally - the file manager works.
Doh: I have a brilliant idea: what if I return the files randomly ? Oh, yes ! It will be fun to code that ! (there is irony in that sentence).