delete_entry
Description:
public bool delete_entry (
string name)
throws Error
Delete a config variable from the config file.
Parameters:
| this |
a Config.
|
| name |
the configuration value.
|
Returns:
|
true if the configuration value was deleted, false otherwise.
|