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