tgbot-cpp
Loading...
Searching...
No Matches
FileTools.h
Go to the documentation of this file.
1#ifndef TGBOT_FILETOOLS_H
2#define TGBOT_FILETOOLS_H
3
4#include "tgbot/export.h"
5
6#include <string>
7
11namespace FileTools {
12
19TGBOT_API
20std::string read(const std::string& filePath);
21
27TGBOT_API
28void write(const std::string& content, const std::string& filePath);
29
30}
31
32
33#endif //TGBOT_FILETOOLS_H
TGBOT_API std::string read(const std::string &filePath)
TGBOT_API void write(const std::string &content, const std::string &filePath)