static File getCanonicalFile(File f) ctex { ret f == null ? null : f.getCanonicalFile(); }