RPR GetProjectPathEx

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(See Also)
(Examples)
Line 17: Line 17:
==Examples==
==Examples==
===C++===
===C++===
-
<pre>
+
<source lang=cpp>
-
</pre>
+
</source>
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
-
 
+
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
{{SeeAlso_project}}
{{SeeAlso_project}}

Revision as of 23:34, 28 January 2010

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > 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: GetItemProjectContext, GetProjectPath, GetProjectPathEx, GetProjectTimeSignature, GetProjectTimeSignature2, Main_openProject, SelectProjectInstance, SetProjectMarker, SetProjectMarker2, UpdateItemInProject, plugin_getImportableProjectFilterList, projectconfig_var_addr, projectconfig_var_getoffs, AddProjectMarker, DeleteProjectMarker, EnumProjectMarkers, EnumProjectMarkers2, EnumProjects,

(Section automatically generated, edits may be overwritten.)

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR GetProjectPathEx
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR GetProjectPathEx

Personal tools