-
ExtendScript: Delete Saved Settings
July 22, 2015
Working in ExtendScript and need to delete a setting you’ve saved to your users’ preferences file? Did some looking around and it seems there was no way. Until now! Found that you can use the method to delete settings. Just need to target it with the prefix “Settings_”, and save the prefs file afterward, but otherwise seems to work just fine. The only caveat here is that the section header will remain, however that seems to have no negative effect. var sectionTag = “testSectionTag”; var…
Keep Reading →