copy_project#
- Rmxprt.copy_project(destination, name)[source]#
Copy the project to another destination.
Note
This method saves the project before copying it.
- Parameters:
- destination
str
Path to save a copy of the project to.
- name
Name to give the project in the new destination.
- destination
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oProject.SaveAs