ReadINISectionsFromFile

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns an array containing all INI section names from specified file.

Syntax

[help]
(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"

See Also