Class to handle input and output for text files.
std::string GetValue(std::string key)
Retrieve value associated with a key.
bool ReadFile(std::string filename)
Read file, returns true if successful.
bool WriteFile(std::string filename)
Write file, returns true if successful.
bool DoesKeyExist(std::string key)
Return true if key exists.
void AppendLine(std::string key="", std::string value="")
Append a key and value to the file.