VB.NET Query Photoshop Actions & Action Sets
Is there a command in vb.net to get the entire list of Actions and Action Sets?
To run Photoshop actions from within Visual Studio you need to use the command appRef.DoAction("ActionName", "ActionSetName"). I would need to type out all the actions that I have currently loaded in Photoshop. I would like to query all the "Action Names" and "Action Set Names" that are currently loaded to avoid any fat fingering. Is there a quick and easy way to accomplish this. Even a simple function in Photoshop will work, essentially something to export the action panel to a txt or csv file.
