Home › Forums › General XMetaL Discussion › How to set the ‘Ask before saving’ value through API › Reply To: How to set the ‘Ask before saving’ value through API
Reply to: How to set the ‘Ask before saving’ value through API
July 31, 2009 at 4:36 pmThere are no APIs for this.
The only way to do this programmatically would be to read/write the following INI settings using FSO or something similar:
max_changes_between_saves = {int}
max_time_between_saves = {int}
warn_before_saving = {bool}
Can I ask why you need to do this?