Question
Find preferences files through CEP / ExtendScript
Is there a way to reach this address safely?
Users\USERNAME\AppData\Roaming\Adobe\After Effects\22.2I know you can get to roaming by calling:
getSystemPath(SystemPath.USER_DATA)on CSInterface, but I want to make it specifically to where the preferences files are of the current version.
Is there some method that I can use? Or alternatively, read the preferences file in any other way?
I don't want to use "app.preferences.getPrefAsString" to read specific preferences.
Thank you.
