Skip to main content

open_file

Function open_file 

Source
pub fn open_file<I: Io>(path: PathBuf, opts: OpenOptions) -> OpenFile<I> 
Expand description

Opens path with the given OpenOptions, returning the file descriptor on success.