static File latestFileIn_withExtension(File dir, S ext) { ret latestFile(listFilesWithExtension(dir, ext)); }