// newest first static L latestFilesFirst(Collection files) { ret sortFilesByDateDesc(files); }