Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Can I get the project path from a Panel?

Community Beginner ,
May 12, 2016 May 12, 2016

I'm trying to get the project folder from a Premiere Panel, but I can't find the way. Is it possible?

TOPICS
SDK
670
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , May 12, 2016 May 12, 2016

app.project.path should give you what you want...?

Translate
Participant ,
May 12, 2016 May 12, 2016

var csInterface = new CSInterface();

csInterface.getSystemPath(SystemPath.EXTENSION);

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 12, 2016 May 12, 2016

Thank you, Thomas, but that seems to return the extension path, not the project path.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 12, 2016 May 12, 2016

app.project.path should give you what you want...?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 19, 2017 Jul 19, 2017

Using the app.project.path, I got '\\?\D:\test\import\test.prproj' value.

Can I get the value without '\\?\' prefix?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 19, 2017 Jul 19, 2017
LATEST

No; that prefix is the Window OS's idea.

Naming Files, Paths, and Namespaces (Windows)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines