[][src]Function tectonic_io_base::try_open_file

pub fn try_open_file<P: AsRef<Path>>(path: P) -> OpenResult<File>

Try to open a file on the fileystem, returning an OpenResult type allowing easy handling if the file was not foun.