View Single Post
Old 08-28-2019, 06:56 AM   #8
nofish
Human being with feelings
 
nofish's Avatar
 
Join Date: Oct 2007
Location: home is where the heart is
Posts: 12,096
Default

Quote:
Originally Posted by lexaproductions View Post
EDIT: Nevermind, I think THIS works:
Code:
  reaper.Main_openProject('template:'..ProjectPath.."/"..ProjectName)
I think the single quotes are only there for 'description purpose' (for the lack of a better expression), but not meant to be actually used.

At least here it (only) works without the added single quotes, e.g.
Code:
reaper.Main_openProject("template:H:/_dev/REAPER/REAPER_X64/ProjectTemplates/01.RPP")
nofish is offline   Reply With Quote