Function Utils::appendSave(const std::string&, const std::string&, bool)

Function Documentation

void Utils::appendSave(const std::string &v, const std::string &out, bool erase = false)

Utility to write a string to a file.

Parameters
  • v – The string to be saved

  • out – The output file

  • erase – Should the file be erased?