Passing Arguments From Extendscript to AppleScript
Hi everyone,
Not too optimistic about this one, but does anyone know if there's a way to pass arguments from Extendscript to AppleScript in Photoshop? I've been searching forever but the only method I've found for executing AppleScript from JSX in Photoshop is the following:
var appleScriptFile = new File("~/Desktop/AppleScript.app");
appleScriptFile.execute();
Any ideas or workarounds are greatly appreciated. Thanks so much!
