static A unstructFileOpt(File f) { ret !isFile(f) ? null : (A) unstructFile(f); }