static S absolutePath(File f) { ret f == null ? "" : f.getAbsolutePath(); }