[BUG] Extend script via Javascript document.importFile broken between CC2017 and CC2018
Currently this is producing an error in CC2018 Illustrator on Mac
var newFile = new File('/tmp/sample.rtf');
app.activeDocument.importFile(newFile, false);
Works correctly in CC2017.
5
votes
Andrew
shared this idea
-
Trevor commented
It's 2020 and still not fixed which is a shame for such a basic function.