[][src]Function cap_primitives::fs::mkdir

pub fn mkdir(start: &File, path: &Path, options: &DirOptions) -> Result<()>

Perform a mkdirat-like operation, ensuring that the resolution of the path never escapes the directory tree rooted at start.