Function wafer::output::get_project_dir [−][src]
pub fn get_project_dir(project: &str) -> String
Each simulation has a unique folder output so as not to overwrite other instances. This function gets the name of the current folder.
Arguments
project
- The name of the currently active project as set in the configuration file
Returns
A string containing the location of the output folder, comprised of a sanitized project name, followed by the start date/time of the simulation.