Skip to main content

open_file

Function open_file 

Source
pub fn open_file<P: AsRef<Path>>(path: P) -> Result<File>
Expand description

Open a file.

Function that provides basic file opening and error handling.