Recommendations for modifying multiple path's in a Photoshop ATN file?
Looking for reccomendations on a way to modify multiple paths in an action set. I have a fairly large action set that uses a lot of scripts in local storage and also a lot of specific save paths. The action set is commonly shared between editors on a team, but everytime it is shared all the script paths and save paths have to be changed to their local storage. I know I can fix all the save paths using a save script with a Wildcard charcter for the Username in the path, but in terms of automatically replacing the script paths in the ATN file I haven't found anything on the forum yet. If anyone has any expeirence with this please share!
Example Script Path
C:\Users\"USERNAME_1"\Desktop\SCRIPTS
Change all paths to
C:\Users\"USERNAME_2"\Desktop\SCRIPTS
I had two ideas so far, but haven't gone to deep with them.
- Convert the ATN File to XML and use a Find and Replace of the USERNAME
- Run a script in Photoshop to examine the action contents of the specificed action set, use an if then statement to see if the action has paths, if it has paths, save the path step index, record a step at that index with the fixed path, move on till the whole action set has been checked. The only problem with this is making a file that would sucssefully run through all the scripts, and also I don't know if Actions in Action sets are write-only or if the contents can even be examined.
Any insight would be greatly appreciated! Thanks!
