Description
Terminal-oriented applications can read and write structured configuration files through a reusable library.
This library is useful for developers building programs that need persistent settings without implementing their own parser and writer. It does not add a settings editor by itself; another application decides which configuration files are created or modified.
Configuration writes can change application behavior. Review the parent program before editing system-wide or shared settings.