Function fs_err::create_dir[][src]

pub fn create_dir<P>(path: P) -> Result<()> where
    P: AsRef<Path>, 

Wrapper for fs::create_dir.