Load and activate Presets through script?
Hello everybody, I am new to scripting and I am trying to load some presets (actions, brushes, styles, shapes) in order to be the active/default sets in Photoshop.
I have managed to do it with the ScriptListener, but he "follows" the exact path of my computer in order to load and activate the presets. Of course that will cause problems once the script is used outside my computer.
I have managed to direct the script to read the preset folder without following the exact local path (example: app.path+'/Presets/Actions/ActionsSet.atn), but how to activate this set as the default set for the user?
Any help will be appreciated!
