Question
Exporting JPEG. No file output.
I'm trying to export a jpeg image of my current *.indd file using the following command:
app.activeDocument.exportFile(1246775072, new File('\c\export.jpg'));
However, after executing the script, the 'c' folder is empty (I'm on OSX).
How can I fix this?