Function nix::fcntl::open

source ·
pub fn open<P: ?Sized + NixPath>(
    path: &P,
    oflag: OFlag,
    mode: Mode,
) -> Result<OwnedFd>
Expand description

open or create a file for reading, writing or executing

§See Also

open