Function create_directory

Source
pub fn create_directory(dir_name: String) -> Result<()>
Expand description

Create directory named dir_name under the current directory if it doesn’t exist.