All my try catch scripts don't work on CS6
$.strict = false;
function myGetScriptPath() {try{return app.activeScript;}catch(myError){return File(myError.fileName);}}
myGetScriptPath()
Can anyone tell me the problem?
Thanks
Trevor
All my try catch scripts don't work on CS6
$.strict = false;
function myGetScriptPath() {try{return app.activeScript;}catch(myError){return File(myError.fileName);}}
myGetScriptPath()
Can anyone tell me the problem?
Thanks
Trevor