Answered
How to open indd or indt files from UXP script (injs) ?
I want to open the INDT template file from a IDJS (UXP) script to make changes and save INDD with the new name. Previously this was done using the File class:
var f = new File('path');
app.open(f);
How can I do this within UXP Fs?
