Skip to main content
bagonterman
Inspiring
January 7, 2013
Question

app.activeScript.path Bridge equivalent?

  • January 7, 2013
  • 1 reply
  • 625 views

I have used this in InDesign and it works great. I am running from start up scripts in bridge and was wondering if there was an equivalent?

myPath=app.activeScript.path;

did not work.

This topic has been closed for replies.

1 reply

Paul Riggott
Inspiring
January 7, 2013

To get the path of the running script you can use...

var thisPath = $.fileName.parent;