Another question for CEP to UXP migration.
I need to get list of user-defined export profiles. Usually they available at smth like that:
C:\Users\USERNAME\Documents\Adobe\Adobe Media Encoder\25.0\Presets\
But sometime (depends on Windows config):
C:\Users\USERNAME\OneDrive - COMPANY\Documents\Adobe\Adobe Media Encoder\25.0\Presets\
So, earlier I used
var docs = Folder.myDocuments;
var realPath = docs.fsName;
To get real path to profiles.
These calls are not available in UXP. Any idea how to solve the problem?
Thanks,
Alexey