Function nc::openat_nocancel

source ยท
pub unsafe fn openat_nocancel<P: AsRef<Path>>(
    dirfd: i32,
    filename: P,
    flags: i32,
    mode: mode_t
) -> Result<i32, Errno>
Expand description

Open and possibly create a file within a directory.