ap_project_save_as
Save the current project to a specified .arm file path. Set the destination and queue the save for the next frame; verify completion with a file stat.
Instructions
Set the project file path and save to it (project_filepath_set + project_save). Like ap_project_save, the write is DEFERRED to the next frame, so the reply confirms the path was set and the save queued — verify with ap_fs_stat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Destination .arm file. Absolute path, forward slashes (backslashes are converted for you). |