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_filestr or pathlib.Path

Path for the AEDT project.

Returns:
bool

True when successful, False when failed.