Function cap_primitives::fs::create_dir
source · [−]pub fn create_dir(start: &File, path: &Path, options: &DirOptions) -> Result<()>
Expand description
Perform a mkdirat
-like operation, ensuring that the resolution of the
path never escapes the directory tree rooted at start
.