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
11
namespace
FileTools
{
12
19
TGBOT_API
20
std::string
read
(
const
std::string& filePath);
21
27
TGBOT_API
28
void
write
(
const
std::string& content,
const
std::string& filePath);
29
30
}
31
32
33
#endif
//TGBOT_FILETOOLS_H
export.h
FileTools
Definition
FileTools.h:11
FileTools::read
TGBOT_API std::string read(const std::string &filePath)
FileTools::write
TGBOT_API void write(const std::string &content, const std::string &filePath)
include
tgbot
tools
FileTools.h
Generated on Tue Jun 11 2024 00:46:34 for tgbot-cpp by
1.11.0