MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / SaveFileText

Function SaveFileText

include/Functions.hpp:83–85  ·  view source on GitHub ↗

* Save text data to file (write) */

Source from the content-addressed store, hash-verified

81 * Save text data to file (write)
82 */
83RLCPP_MAYBEUNUSED RLCPPAPI inline bool SaveFileText(const std::string& fileName, const std::string& text) {
84 return ::SaveFileText(fileName.c_str(), text.c_str());
85}
86
87/**
88 * Check if file exists

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected