copy_project# Rmxprt.copy_project(destination: str, name: str)# Copy the project to another destination. Note This method saves the project before copying it. Parameters: destinationstrPath to save a copy of the project to. namestrName to give the project in the new destination. Returns: boolTrue when successful, False when failed. References >>> oProject.SaveAs