static File canonicalFile(S path) { ret getCanonicalFile(path); } static File canonicalFile(File f) { ret getCanonicalFile(f); }