top of page
- API -
reaper.AZ_SaveProject(projID, dstPath)
- API Detail-
▼Input values
projID(ReaProject): target project (0 for the current project)
dstPath(string): save path (empty string overwrites in place)
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
projID = 0
dstPath = "C:/path/to/project.rpp"
reaper.AZ_SaveProject(projID, dstPath)
PROJECT
AZ_SaveProject
Supported versions:
2.0.0
onwards
Save the project

bottom of page
