GraphKey.app.modules.path_globals | index |
This file is for defining the location of folders and files.
Data | ||
application_data_folder_path = WindowsPath('Application Data') application_data_folder_path_str = 'Application Data/' cwd_path = WindowsPath('.') cwd_path_str = r'C:\Users\britt\senior_design\test\sddec20-29' projects_folder_path = WindowsPath('Application Data/Projects') projects_folder_path_str = r'Application Data\Projects/' settings_folder_path = WindowsPath('Application Data/Settings') settings_folder_path_str = r'Application Data\Settings/' shapes_folder_path = WindowsPath('Application Data/Settings/shapes') shapes_folder_path_str = r'Application Data\Settings\shapes/' templates_folder_path = WindowsPath('Application Data/Templates') templates_folder_path_str = r'Application Data\Templates/' tmp_folder_path = WindowsPath('Application Data/tmp') tmp_folder_path_str = r'Application Data\tmp/' |