1 Reply Latest reply: Aug 11, 2011 1:53 PM by absqua RSS

    [JS][CS5] De-bugging with Extendscript

    Roy Marshall Community Member

      Hi. Just a quickie...

      I am putting together a script that opens a txt file in a folder in relation to the script using:

      var myFile = File(app.activeScript.parent + "/textFolder/roys text file.txt");

      For some reason, in Extendscript i get the error "No Script is Active" when de-bugging.  The script itself does run when run from the script panel.
      Is this usual behavour?
      Cheers
      Roy