Skip to main content

open

Function open 

Source
pub fn open(path: &Path) -> Result<File>
Expand description

Open a file for reading.

ยงErrors

Returns a contextual error when the file cannot be opened.