19 bool Open(
const std::string& filename,
const std::string& mode);
37 static bool Exists(
const std::string& filename);
41 std::fstream m_fileStream;
47 static bool ExistsImpl(
const std::string& filename);
static bool Exists(const std::string &filename)
std::vector< unsigned char > ReadAllBytes()
bool WriteAllText(const std::string &content)
bool Open(const std::string &filename, const std::string &mode)
std::string ReadAllText()
bool WriteAllBytes(const std::vector< unsigned char > &data)
Root namespace for everything the engine exposes.