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