
BeforeExperimentSaveHook for autosave

jcor
I like the autosave feature but want to turn it off for huge files. I don't really expect Igor to handle that for me, so I want a BeforeExperimentAutoSaveHook option to extend the BeforeExperimentSaveHook feature.
I don't use autosave, but isn't what you want already built into BeforeExperimentSaveHook()? refNum = 17 and 19 should tell you that Igor is about to auto-save (in Igor 9). You can then query the size of the existing file, e.g., via
and decide whether to abort the save process if it is too big.
April 1, 2025 at 08:40 pm - Permalink
Thanks chozo, I missed that!
So this topic should be moved to "general help" from "wish list"!
April 3, 2025 at 05:00 am - Permalink