Pivo InI Component - Version 1.01 INI component reads and writes Windows style INI files.It provides a comprehensive set of functions making INIfiles a powerful way to store application settings.There are three common ways to store programinformation on the hard disk: in the Windows registry,in INI files or in XML files. Using XML files is thepreferred way to store initialization data in .NET (theregistry is getting cluttered which makes it slow andINI files are much less flexible than XML files).However, if you're porting applications from olderplatforms to .NET, or if your data initialization filestructure must be compatible with some other program,sometimes you're forced to use INI files. The Pivo INIcomponent is a fully featured, easy to useimplementation and it is written in 100% managed C# code.