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
strorpathlib.Path Path for the AEDT project.
- input_file
- Returns:
- bool
Truewhen successful,Falsewhen failed.