ReadINISectionKeysFromFile
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns an array containing all keys from specified INI section from file.
Syntax
(ar_INIKeys:array_var) ReadINISectionKeysFromFile "File path":string "Section Name":string
Example
let ar_INIKeys := ReadINISectionKeysFromFile "Data\nvse\plugins\OneTweak.ini" "BorderlessWindow"
Will return all key names from [BorderlessWindow] section from "Data\nvse\plugins\OneTweak.ini"