project_save_as
Save the current Audacity project to a new .aup4 file. Specify an absolute path, and set overwrite to true only to replace an existing file.
Instructions
Save the current project to a new .aup4 file. ONLY call when the user explicitly asks - do NOT auto-save after effects or pipelines.
Args: path: Absolute path for the new .aup4 file overwrite: Set true to replace an existing file at that path - refused by default
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| overwrite | No |