static L filesWithExtension(S ext, File dir) { ret listFilesWithSuffix(dir, addPrefixIfNotEmpty2(".", ext)); }