How do I get a ps action containing a stored path to recognise it as a new path on the second execution?
I create a new action: it modifies the image size and stores it in ‘D:\aa\a1.tif’.
When I open an image (‘D:\bb\abc.jpg’), I want to execute the action and store it as ‘D:\bb\abc.tif’.
However, I found that it is always saved under the original ‘D:\aa’, and I need to record the action to ‘D:\bb’ again to get it right.
I remember the version a few years ago would recognise the new path.
Any ideas?
Thank you.