in my case last modification time is ok
but by default the file are sorted in aplphabet order
i need they to be in by date order in the array
i was thinking for creating array, with string
where the string is
date (some separator) filename, and to create some algorithm which sorsts the array by the date, and after that deleting it from the string, but i hope that there is better way?
maybe i can make the dir listing to be temporary in by date order?