clean_proj_folder#
- Hfss.clean_proj_folder(directory=None, name=None)#
Delete a project folder.
- Parameters:
- directory
str
orpathlib.Path
,optional
Name of the directory. The default is
None
, in which case the active project is deleted from theaedtresults
directory.- 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
True
when successful,False
when failed.