CEP: set/read scratch paths on/from project
Hi there,
we would like to write and read the scratch paths to/from a Premiere Pro project.
With the following code, we set the value for the auto-save folder in the project:
app.project.setScratchDiskPath('c:\\default', 'BE::kPrefsScratchDisksFirstAutoSaveFolder');
How can we read the value from the project (not from the app!)?
We know, there is a 'app.properties.getProperty('BE.Prefs.ScratchDisks.FirstAutoSaveFolder');' that returns the last set value globally for the whole app, but this is not the actual scratch disk value of the current project.
We want to read out the specific scratch disk values for a specific project.
How can we do that?
Thank you,
Steffen
