Dynamically Chaning File Name in CS3 Action
I created an action to convert a jpg to a certain size and format, including a drop shadow and a matte, for my web site.
Is there a way to have this action also rename this file by keeping the current name but adding "web" to the front of the name and then save it as the new name?
In other words, can the action include saving file "abc.jpg" as "web abc.jpg"?
From the Actions Help, it appears not: "When recording the Save As command, do not change the filename. If you enter a new filename, that new name is recorded and used each time you run the action."
Thanks.