SFQApplication.SetINIValue

Writes a value to the specified INI file.

public bool SetINIValue(string INIFile,
	string Section,
	string Entry,
	string Value);

Return Value

True if the value was stored or False if not.

Parameters

INIFile
The fully-qualified path to the INI file.

Section
The section in the INI file where the value is stored (if the section doesn't exist, it's added).

Entry
The name of the entry for the value (if the entry doesn't exist, it's added).

Value
The value to store.


See also:

Class SFQApplication

© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic