static bool isAbsoluteFile(S s) {
  ret isAbsolutePath(s);
}



static bool isAbsoluteFile(File f) {
  ret isAbsolutePath(f);
}