remove configfile and exit(0)

This commit is contained in:
doitux
2012-01-06 08:17:56 +00:00
parent f472d46974
commit cd3eaaf2b9
3 changed files with 8 additions and 2 deletions
+4
View File
@@ -744,3 +744,7 @@ void ConfigFile::writeConfigStringList(string varName, list<string> varCont)
}
}
void ConfigFile::deleteConfigFile()
{
remove(configFileName.c_str());
}