Function rust_utils::utils::make_dir [−][src]
pub fn make_dir<P: Into<String>>(path: P) -> String
Creates directory (and any parents) and handles any errors that may occur Returns the following codes: OK: Successfully created the directory and its parents ERR: Unable to create the directory