writeBinary
File::writeBinary
Writes binary data to a file.
Declaration
static void writeBinary(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.