#include <wibble/sys/fs.h>#include <wibble/sys/process.h>#include <wibble/string.h>#include <wibble/exception.h>#include <fstream>#include <sys/stat.h>#include <errno.h>Namespaces | |
| namespace | wibble |
| namespace | wibble::sys |
| namespace | wibble::sys::fs |
Functions | |
| std::string | wibble::sys::fs::readFile (const std::string &file) |
| Read file into memory. Throws exceptions on failure. | |
| void | wibble::sys::fs::writeFile (const std::string &file, const std::string &data) |
1.6.3