* Save text data to file (write) */
| 81 | * Save text data to file (write) |
| 82 | */ |
| 83 | RLCPP_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 |