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