Config.removeKey

Removes the given entry from the configuration database. If the section is empty, also remove the section.

class Config
static
void
removeKey
(
string path
)

Parameters

path string

path to the configuration entry.

Meta