send javascript variable to action
Hi,
I'm wondering if there is a way to pass javascript value to photoshop action (XML-->ATN)
<DescValueType.ALIASTYPE key="1231953952" id="1231953952" symname="StampIn" sym="In " path="/d/work/lost_city"/>I need to change this path="/d/work/lost_city"/>
so the path is not hard written and action can be used on any PC with different files (otherwise files is always saved to same location)
here is the javascript part
path=app.activeDocument.fullName.path
Thanks!

