0
Community Beginner
,
/t5/premiere-pro-discussions/can-i-get-the-project-path-from-a-panel/td-p/8326640
May 12, 2016
May 12, 2016
Copy link to clipboard
Copied
I'm trying to get the project folder from a Premiere Panel, but I can't find the way. Is it possible?
TOPICS
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Adobe Employee
,
May 12, 2016
May 12, 2016
app.project.path should give you what you want...?
Participant
,
/t5/premiere-pro-discussions/can-i-get-the-project-path-from-a-panel/m-p/8326641#M292704
May 12, 2016
May 12, 2016
Copy link to clipboard
Copied
var csInterface = new CSInterface();
csInterface.getSystemPath(SystemPath.EXTENSION);
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
jestructure
AUTHOR
Community Beginner
,
/t5/premiere-pro-discussions/can-i-get-the-project-path-from-a-panel/m-p/8326642#M292705
May 12, 2016
May 12, 2016
Copy link to clipboard
Copied
Thank you, Thomas, but that seems to return the extension path, not the project path.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Adobe Employee
,
/t5/premiere-pro-discussions/can-i-get-the-project-path-from-a-panel/m-p/8326643#M292706
May 12, 2016
May 12, 2016
Copy link to clipboard
Copied
app.project.path should give you what you want...?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/premiere-pro-discussions/can-i-get-the-project-path-from-a-panel/m-p/8326644#M292707
Jul 19, 2017
Jul 19, 2017
Copy link to clipboard
Copied
Using the app.project.path, I got '\\?\D:\test\import\test.prproj' value.
Can I get the value without '\\?\' prefix?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Adobe Employee
,
LATEST
/t5/premiere-pro-discussions/can-i-get-the-project-path-from-a-panel/m-p/8326645#M292708
Jul 19, 2017
Jul 19, 2017
Copy link to clipboard
Copied
No; that prefix is the Window OS's idea.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

