sbool isDir(File f) { ret isDirectory(f); } sbool isDir(S path) { ret isDirectory(path); }