pub fn make_dir<P: Display>(path: P) -> String
Expand description

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