Question
How to get filename in Rectangle object?
I have a rectangle object with a placed file.
Adobe InDesign CS6 (8.0) Object Model JS: Rectangle
Is it possible to get the file name for the placed file in the Rectangle? For instance, in Illustrator this is how I would get the filename for a placed file in a placed item. I'm trying to find the equivalent action in InDesign.
return placedItem.file.fsName;