top of page
- API -

projectPath = reaper.AZ_GetProjectPath(projID)

- API Detail-

▼Input values

projID(ReaProject): target project (0 for the current project)


▼Output values

projectPath(string): project path

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


projID = 0


projectPath = reaper.AZ_GetProjectPath(projID)

Msg(projectPath)

PROJECT

AZ_GetProjectPath

Supported versions:

2.0.0

onwards

Get project path

bottom of page