Config.getString

Gets the value of the specified configuration entry as a string. You are then responsible to free the returned string.

class Config
static
string
getString
(
string path
)

Parameters

path string

path to the configuration entry.

Return Value

Type: string

the value stored at the given entry.

Meta