KeyFile.setInteger

Associates a new integer value with key under group_name. If key cannot be found then it is created.

class KeyFile
void
setInteger
(
string groupName
,
string key
,
int value
)

Parameters

groupName string

a group name

key string

a key

value int

an integer value

Meta