From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/namespace_file_tools.html | 190 ----------------------------------------- 1 file changed, 190 deletions(-) delete mode 100644 docs/namespace_file_tools.html (limited to 'docs/namespace_file_tools.html') diff --git a/docs/namespace_file_tools.html b/docs/namespace_file_tools.html deleted file mode 100644 index f07231f..0000000 --- a/docs/namespace_file_tools.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -tgbot-cpp: FileTools Namespace Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
FileTools Namespace Reference
-
-
- - - - - - -

-Functions

std::string read (const std::string &filePath)
 
bool write (const std::string &content, const std::string &filePath)
 
-

Function Documentation

- -
-
- - - - - - - - -
std::string FileTools::read (const std::string & filePath)
-
-

Reads whole file to string.

Parameters
- - -
filePathPath to a file
-
-
-
Returns
string with file contents
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
bool FileTools::write (const std::string & content,
const std::string & filePath 
)
-
-

Save file to disk.

Parameters
- - -
filePathPath to a file
-
-
-
Returns
bool success
- -
-
-
-
- - - - -- cgit v1.2.3