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