I am trying to make a script which opens all InDesign files in a folder and edits them.
Currently trying to open the files, here is what I have:
tell application "Adobe InDesign CC 2015"
open (every file of folder "test1" whose name ends with ".indd")
end tell
but I get a snytax error:
Expected “,” but found “"”.