this package make many folders with one command, rather then using a loop and causing an error.
The code loop through every slash and creates a new file and handles the errors, then returns the result.
fn main() {
better_file_maker::make_folders(&"yes/cool/somepath/makefile".to_string()).expect("");
}