navigate.tools.file_functions.create_save_path
- navigate.tools.file_functions.create_save_path(saving_settings: dict) → str
Create path to save the data to.
This function retrieves the user inputs from the popup save window. It then creates a new directory in the user specified path.
- Parameters:
saving_settings (dict) – Dictionary containing information necessary to build path to save data to.
- Returns:
save_directory – Path to save data to.
- Return type:
str