clean_proj_folder#
- Q2d.clean_proj_folder(directory=None, name=None)#
Delete a project folder.
- Parameters:
- directory
strorpathlib.Path,optional Name of the directory. The default is
None, in which case the active project is deleted from theaedtresultsdirectory.- name
str,optional Name of the project. The default is
None, in which case the data for the active project is deleted.
- directory
- Returns:
- bool
Truewhen successful,Falsewhen failed.