Function writeFile

Function Documentation

bool writeFile(const std::string filePath, const std::string fileContent)

function to write the file

Parameters:
  • filePath – constant string of the file path

  • fileContent – constant string of the file content to be written

Returns:

true

Returns:

false