save_copy#
- abstract 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:
OslCommunicationError
Raised when an error occurs while communicating with the server.
OslCommandError
Raised when a command or query fails.
TimeoutError
Raised when the timeout float value expires.