writeAscii
File::writeAscii
Writes ASCII data to a file.
Declaration
static void writeAscii(const std::string& filePath, const std::string& content);
Parameters
Name |
Type |
Description |
---|---|---|
filePath |
const std::string& |
The path to the file to write to. |
content |
const std::string& |
The content to write to the file. |
Returns
None.