INI File - Get Section Names

Returns a double-semicolon (;;) delimited list of all the section names in an INI file.

Action ID:
Action Category:
Action List Syntax:

102
INI File
<<VARIABLE>>
= INIFile.GetSectionNames (<<FILENAME>>)

Settings

Variable name

The name of the variable that will store all the section names.

File name

The name of the INI file.

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_INI_FILE_GET_SECTION_NAMES

MSG_ERR_INI_FILE_GET_SECTION_NAMES
MSG_ERR_FILE_NOT_FOUND
<<FILENAME>>

Examples

None