Skip to content

Library to read/write settings in XML format

License

Notifications You must be signed in to change notification settings

SkyCD/SkyCD.XMLSettings.dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Release License: MIT

SkyCD.XMLSettings.dll

SkyCD.XMLSettings.dll is a library that allows you to read and write settings in XML format. It provides the following class:

XMLSettings

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.

License

This project is licensed under the terms of the MIT license. You can find the full license text in the LICENSE file.