Function nix::sys::stat::mkdirat[][src]

pub fn mkdirat<P: ?Sized + NixPath>(
    fd: RawFd,
    path: &P,
    mode: Mode
) -> Result<()>