View Single Post
Old 08-28-2019, 03:33 PM   #9
lexaproductions
Human being with feelings
 
Join Date: Jan 2013
Posts: 1,126
Default

Quote:
Originally Posted by nofish View Post
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")
I tried this first:

Code:
 reaper.Main_openProject(template:..ProjectPath.."/"..ProjectName)
but because my path contained some variables, I believe that I had to put the quotes.

I use the same function for several script so I prefer to work with variables.
lexaproductions is offline   Reply With Quote