
28 Aug
2023
28 Aug
'23
1:06 p.m.
Hello, I am developing a plugin. One attribute my plugin has is an output directory. I want to save that value somewhere so that if you exit chimerax, come back in, and reload my plugin the output directory value will default to what it was during the last run, I've read a bit about session data and preference data and I don't think they get at what I want. I might be able to make my app save a data file in the installed plugin directory (and read it on startup) but maybe there will be things like permissions issues trying to do something like this. Any suggestions on how to do what I want to do?