Function fs_err::create_dir
source · pub fn create_dir<P>(path: P) -> Result<()>where
P: AsRef<Path>,
Expand description
Creates a new, empty directory at the provided path.
Wrapper for fs::create_dir
.
pub fn create_dir<P>(path: P) -> Result<()>where
P: AsRef<Path>,
Creates a new, empty directory at the provided path.
Wrapper for fs::create_dir
.