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