top of page
- API -
projectPath = reaper.AZ_GetProjectPath(projID)
- API Detail -
▼入力値
projID(ReaProject) : 対象プロジェクト(0 で現在のプロジェクト)
▼出力値
projectPath(string) : プロジェクトのパス
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
projID = 0
projectPath = reaper.AZ_GetProjectPath(projID)
Msg(projectPath)
PROJECT
AZ_GetProjectPath
対応バージョン:
2.0.0
以 降
プロジェクトパスを取得

bottom of page
