Question
Catching errors in the host
When accessing undefined properties in the host file the `evalScript` call return an error, even if I wrap the script in a try/catch.
I'm trying to figure out in the host script if the `activeDocument` has ever been saved (has a path). How can you do this otherwise?
