create_directory

Function create_directory 

Source
pub fn create_directory() -> Vec<IoResult<()>> 
Expand description

This function creates the directories for the program. It creates a local Vec<Result> which stores fs::create_dir results.

This function then returns a Vec<Result> which stores any errors that may have occurred

§Errors

This function stores an io::Error in the output Vector if there was any issue creating a folder.