How to customize the linking file path in recorded photoshop actions.
Hi,
I have a linked layer in a photoshop document in which I wanted to replace the file link associated with the layer.
I saw such an option to relink, export, unembed linked graphics in InDesign but haven't found anything similar to it in photoshop.
So, what I am trying to do is -
run this recorded action with
app.doAction("relink_1", "Default Actions");
now I want to customize this relink to file with a different filename, is there a way I can modify / duplicate this action & pass custom parameters to it &
start it with doAction again with photoshop javascript / applescript.
Or, is there a way to do this without the use of actions [replacing the link in the linked graphic with javascript / applescript]
