ini-parser icon indicating copy to clipboard operation
ini-parser copied to clipboard

How Can i save edited runtime IniData?

Open ShockWave2048 opened this issue 3 years ago • 2 comments

Hi rickyah! How Can i save edited runtime IniData? IniData data = p.Parse(File.ReadAllText("Config.ini")); data.Sections["GLOBAL_CONFIG"]["CAM_POSITION"] = "0.0"; // save data ? Thanks for answer!

ShockWave2048 avatar Oct 24 '21 15:10 ShockWave2048

Check this out: https://github.com/rickyah/ini-parser/wiki/First-Steps#saving-the-file

MrDave1999 avatar Nov 08 '21 03:11 MrDave1999

For the needs of my project, I will post soon a solution there :

PERFECT Wall

Stay tuned !

Captain-FLAM avatar Jun 09 '22 11:06 Captain-FLAM