remove_project_lock#
- ansys.aedt.core.generic.file_utils.remove_project_lock(input_file: str | Path) bool #
Check if the AEDT project exists and try to remove the lock file.
Note
This operation is risky because the file could be opened in another AEDT instance.
- Parameters:
- input_file
str
orpathlib.Path
Path for the AEDT project.
- input_file
- Returns:
- bool
True
when successful,False
when failed.