I'm trying to read an INI file and write another INI file with the sections order changed.
Does Windows API have tools for this kind of INI file processing? Are there open-source solutions that are preferred? Or should I try to attempt to parse it manually?