Function yanix::file::mkdirat[][src]

pub unsafe fn mkdirat<P: AsRef<Path>>(
    dirfd: RawFd,
    path: P,
    mode: Mode
) -> Result<()>