Reload scripts folder without restarting Photoshop
Hi,
Can't find any information about this. I have a symbolic link from the scripts folder to a git repo. I want to reload new scripts that have been pulled into folder without closing Photoshop.
I have tried app.refresh() and
function refresh () {
var desc = new ActionDescriptor();
desc.putEnumerated(charIDToTypeID("Stte"), charIDToTypeID("Stte"), charIDToTypeID("RdCm"));
executeAction(charIDToTypeID("Wait"), desc, DialogModes.NO);
}
But neither does work.
Is there a way to do this?
Thanks!
