static File makeFileAbsolute(File base, S path) { ret isAbsolutePath(path) ? newFile(path) : newFile(base, path); }