I want the files to be ordered by their abs path name, but I want the lowercase to be sorted before the uppercase. Example: Let\'s say I got 4 files:
files2.
You could implement your own Comparator, which in turn uses a Collator. See example.
Comparator
Collator