ZeroInstall.Store.Config.Save C# (CSharp) Method

Save() public method

Saves the settings to an INI file in the default location in the user profile.
This method performs an atomic write operation when possible.
A problem occurs while writing the file. Write access to the file is not permitted.
public Save ( ) : void
return void
        public void Save()
        {
            Save(Locations.GetSaveConfigPath("0install.net", true, "injector", "global"));
        }

Same methods

Config::Save ( [ path ) : void