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