clean_proj_folder#

Q3d.clean_proj_folder(directory=None, name=None)[source]#

Delete a project folder.

Parameters:
directorystr, optionl

Name of the directory. The default is None, in which case the active project is deleted from the aedtresults directory.

namestr, optional

Name of the project. The default is None, in which case the data for the active project is deleted.

Returns:
bool

True when successful, False when failed.