IniFile Class
C#
class IniFile
Create a New INI file to store or load data.
Constructors
IniFile(sFile) | Constructor. |
Methods
WriteValue(Section, Key, Value) | Write data to the INI File. |
ReadValue(Section, Key) | Reads data from the INI File. |