25 #include "flw/PlatformSW.h" 40 std::string getRootPath(std::string filePath =
"");
43 std::string mRootPath;
46 void ReadFile(std::string fileName, std::string& fileContent);
48 void WriteFile(
const char *fileName,
const std::string& fileContent,
bool printOut =
false);
Loads files.
Definition: FileLoader.h:34