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