CompareDev -
CompareINI - read/write
DoDevices - Convert an INI file into "normalized form", sorted by
section and then by key, with the section name prefixed
to each key in that section
NormalizeINI - read-write
RememberINI -
procedure CompareDev(const OldN, NewN : TFilename;
vAddK, vDelK, vChaK : TStringList);
procedure CompareINI(const OldN, NewN : TFilename;
vAddK, vDelK, vChaK, vAddS, vDelS : TStringList);
read/write
procedure DoDevices(const InN, OutN : String);
Convert an INI file into "normalized form", sorted by
section and then by key, with the section name prefixed
to each key in that section
procedure NormalizeINI(const InN, OutN : String);
read-write
procedure RememberINI(const InName, OutPath : String;
Ext : String4; UpStatus : UpdateStatusFunc);