25 #ifndef CARGO_JSON_FS_UTILS_HPP
26 #define CARGO_JSON_FS_UTILS_HPP
34 bool saveFileContent(
const std::string& path,
const std::string& content);
43 #endif // CARGO_JSON_FS_UTILS_HPP
bool readFileContent(const std::string &path, std::string &result)
Definition: fs-utils.cpp:34
bool saveFileContent(const std::string &path, const std::string &content)
Definition: fs-utils.cpp:59