Function Blam::Utils::IO::CreateFile

Function Documentation

int Blam::Utils::IO::CreateFile(std::string filename, std::string file_contents)

Creates a file with the specified contents.

Return

0

Parameters
  • filename: - The path to the file to create.

  • file_contents: - The contents to write to the file.