static File oneOfTheFiles(S... paths) { for (S path : paths) if (fileExists(path)) ret newFile(path); null; }