I have a folder with files in there, I have to sort those files by their creation date.
So I want to sort from the oldest to the newest file by creation date.
I saw many answers working with java nio but since I am working with java 1.6 I can not use java nio.
I need help, is there any solution?