Configuration Functions - dalefugier/DOSLib GitHub Wiki
dos_getini - Returns a value from a Windows INI-style file.
dos_regaddkey - Adds a new key to the Windows Registry.
dos_regdel - Removes a key or value from the Windows Registry.
dos_regdelkey - Removes a key from the Windows Registry.
dos_regdelval - Removes a value from the Windows Registry.
dos_regenumkeys - Enumerates keys from the Windows Registry.
dos_regenumnames - Enumerates value names from the Windows Registry.
dos_regget - Returns a string value or enumerates value names from the Windows Registry.
dos_reggetint - Returns an integer value from the Windows Registry.
dos_reggetstr - Returns a string value from the Windows Registry.
dos_reggettype - Returns the value type of a entry in the Windows Registry.
dos_regkey - Enumerates value names from the Windows Registry.
dos_regset - Modifies a string value in the Windows Registry.
dos_regsetint - Modifies an integer value in the Windows Registry.
dos_regsetstr - Modifies a string value in the Windows Registry.
dos_setini - Sets a value in a Windows INI-style file.