RPR GetProjectPathEx

From CockosWiki

(Redirected from RPR GetProjectPath)

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

Contents

GetProjectPathEx()

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

GetProjectPath() and GetProjectPathEx() can be used to query the path that media files are stored in for the current project.

Parameters

void* proj,
char* buf,
int bufsz

Returns

An array, containing
 void* proj,
 char* buf,
 int bufsz

Examples

C++


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/ReaScript API/RPR GetProjectPathEx
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR GetProjectPathEx