copy_default_execution_script# ProjectApi.copy_default_execution_script(filename)# Copy a default execution script to the current project. Return type: File Parameters: filenamestrThe file name of the default execution script to copy. Returns: FileFile resource of the copied execution script. Example: >>> file = project_api.copy_default_execution_script("mapdl-exec_mapdl.py")