public void IniWriteValue(string Section, string Key, string Value) { IniClass.WritePrivateProfileString(Section, Key, Value, this.path); }