Function open

Source
pub fn open(path: &str) -> Result<Ri, ErrorStatus>
Expand description

Opens the path path and returns the resource id of the file descriptor

see sysopen for underlying syscall