SetValue with python

Hi

Through python I tried to set the creation of backupfiles using:

Rhino.ApplicationSettings.FileSettingsState.CreateBackupFiles.SetValue()

However passing just a True is invalid and I’m at a loss how to pass the 2 arguments needed to set the state with python.

Thanks
-Willem

I think you should use FileSettings, and not FileSettingsState

Hoi Menno,

Dankjewel!
That was it

-Willem