is it possible to get the file path of a linked item (or a placed item, however you want to say it) in Illustrator CS5? If so, how?
as usual, just as soon as I give up and ask, I find the answer. Thanks anyway for you help. Sorry to have bothered you.
Here’s the script:
tell application "Adobe Illustrator"
tell front document
set linkPath to file path of selection
end tell
end tell