INI Manager Unit

Download ini_mgr.zip (4417 bytes)

This unit is designed to extract and to update Windows style INI files. These files have this format:

[SectionNumber1]   ;This is a comment

Record#1 = 341
ShellFile = "C:\Command.com /P /e:25600"   ;I need a big environment
WindowsDir = C:\Windows

[SectionNumber2]

...
You get the idea. Basically, this unit has routines that will take an INI file and return the data from the records in the file. It also has a routine to update information in the file. I found it very useful for keeping track of settings.

If you have any suggestions about adding functionality, please contact me!

The reference is included in the .PAS file in the .ZIP archive.


  • Created by Chris Lattner 1996