pub fn create_directory(dir_name: String) -> Result<()>
Create directory named dir_name under the current directory if it doesn’t exist.
dir_name