SkyCD.XMLSettings.dll is a library that allows you to read and write settings in XML format. It provides the following class:
The XMLSettings class provides the following methods:
Sub New(ByVal FileName As String)
: Initializes a new instance of the XMLSettings class with the specified file name.Public Sub WriteSetting(ByVal Category As String, ByVal Name As String, ByVal Value As String)
: Writes the specified setting to the file.Public Sub Save()
: Saves the current settings to the file.
This project is licensed under the terms of the MIT license. You can find the full license text in the LICENSE file.