如何用C# 向ini中增加一个section
如何用C# 向ini中增加一个section?
------解决方案--------------------Read/Write XML files, Config files, INI files, or the Registry
By Alvaro Mendez
http://www.codeproject.com/csharp/readwritexmlini.asp
------解决方案--------------------WritePrivateProfileSection("Section","Vaule","C:\\file.ini")
哈哈,应该是这样了
------解决方案--------------------就是这个函数了
WritePrivateProfileSection
注意这是win api