Skip to content

Tags: compuphase/minIni

Tags

v1.5

Toggle v1.5's commit message
Add ini_putbool() (as a companion to ini_getbool()).

Some reformatting and clean-up of the manual.

1.3

Toggle 1.3's commit message
Avoid rewriting the INI file when attemptiny to delete a key that alr…

…eady isn't present in the INI file.

When writing to an INI file, reopen the original file *after* opening the temporary file (because opening the temporary file may have been blocked on a file lock).
Added a section about file locking in the manual.
Added an example glue file for file locking in Linux.