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

Opens an existing file.