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

Read/Write an INI file the easy way!

Results 61 ini-parser issues
Sort by recently updated
recently updated
newest added

I am reading an ini file, which contains inline comments. I am changing it a bit (Add keys, Update keys values...) and then save it. In the outup ini I...

enhancement

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!

The latest Nuget package is labeled as version 3.4.0, but contains a INIFileParser.dll file with product version 2.4.0. and file version 2.4.0.0. This doesn't match version and Nuget package. This...

There is a problem with saving if the contents of the file we are reading are as follows : [Identification] NOM=1234 PRENOM=12 when editing and saving , it puts an...

Hello, Is there any chance to have support for multiline values in some future versions? [section1] key1 = "this key is on multiple rows"

> Package 'ini-parser 2.5.2' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0-windows7.0'. This package may not be fully compatible with your project....

Hello, is there a way to make WriteFile split concatenated DuplicateKeys lines into single lines? Input .ini is something like this: [SectionX] MyVal=1 MyVal=2 MyVal=3 Reading this into a ConcatenateDuplicatedKeysIniDataParser...

enhancement

Hi everyone. First of all I want to apologize for the lack of updates. Long story sort: due to a combination of too much work, dealing with the pandemic, and...

Is this project still acitve? I can see new issues and contributions but there is no new release since 2017? Releasing the `netstandard` version of the library would be an...

Post the API Documentation here: https://k3ndo.github.io/ini-parser/api/