RPR GetProjectPathEx

From CockosWiki

Main Page/REAPER Documentation/ReaScript/General ReaScript API/RPR GetProjectPathEx

Contents

GetProjectPathEx()

void GetProjectPath(char* buf, int bufsz)
void GetProjectPathEx(void* proj, char* buf, int bufsz)

Parameters

void* proj,
char* buf,
int bufsz

Returns

Nothing

Examples

Perl


Python


See Also

Project: EnumProjectMarkers, EnumProjectMarkers2, EnumProjects, GetItemProjectContext, GetProjectPath, GetProjectPathEx, GetProjectTimeSignature, GetProjectTimeSignature2, Main_openProject, projectconfig_var_addr, projectconfig_var_getoffs, SelectProjectInstance, SetProjectMarker, SetProjectMarker2

Stuff

Main Page/REAPER Documentation/ReaScript/General ReaScript API/RPR GetProjectPathEx