static bool fileExists(S path) { ret new File(path).exists(); }