remove configfile and exit(0)
This commit is contained in:
@@ -744,3 +744,7 @@ void ConfigFile::writeConfigStringList(string varName, list<string> varCont)
|
||||
}
|
||||
}
|
||||
|
||||
void ConfigFile::deleteConfigFile()
|
||||
{
|
||||
remove(configFileName.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user