From 2fca50e53286d31d28679565336139b337bc608c Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 21 Mar 2017 19:08:13 +0300 Subject: Docs --- docs/namespace_file_tools.html | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'docs/namespace_file_tools.html') diff --git a/docs/namespace_file_tools.html b/docs/namespace_file_tools.html index 673dd5a..dbcbdba 100644 --- a/docs/namespace_file_tools.html +++ b/docs/namespace_file_tools.html @@ -90,6 +90,8 @@ $(document).ready(function(){initNavTree('namespace_file_tools.html','');}); Functions std::string read (const std::string &filePath)   +bool write (const std::string &content, const std::string &filePath) + 

Function Documentation

@@ -115,6 +117,41 @@ Functions
Returns
string with file contents
+ + + +

◆ write()

+ +
+
+ + + + + + + + + + + + + + + + + + +
bool FileTools::write (const std::string & content,
const std::string & filePath 
)
+
+

Save file to disk.

Parameters
+ + +
filePathPath to a file
+
+
+
Returns
bool success
+
@@ -123,7 +160,7 @@ Functions