![]() |
cppassist
1.0.0.f4fab4f962ff
C++ sanctuary for small but powerful and frequently required, stand alone features.
|
Functions | |
CPPASSIST_API bool | readFile (const std::string &filePath, std::string &content) |
Read entire file into a string. More... | |
CPPASSIST_API std::string | readFile (const std::string &filePath) |
Read entire file into a string. More... | |
CPPASSIST_API bool cppassist::fs::readFile | ( | const std::string & | filePath, |
std::string & | content | ||
) |
Read entire file into a string.
[in] | filePath | Path to file |
[out] | content | String that receives the contents of the file |
true
if the file has been read successfully, else false
CPPASSIST_API std::string cppassist::fs::readFile | ( | const std::string & | filePath | ) |
Read entire file into a string.
[in] | filePath | Path to file |