clean_proj_folder# Q3d.clean_proj_folder(directory=None, name=None)[source]# Delete a project folder. Parameters: directorystr, optionlName of the directory. The default is None, in which case the active project is deleted from the aedtresults directory. namestr, optionalName of the project. The default is None, in which case the data for the active project is deleted. Returns: boolTrue when successful, False when failed.