save_copy#
- abstractmethod Application.save_copy(file_path: str | Path) None#
Save a copy of the project to a specified location..
- Parameters:
- file_path
Union[str,pathlib.Path] Path for saving the copy of the project file to.
- file_path
- Raises:
OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.