class
#include <OE/System/File.hpp>
File
Contents
- Reference
Public static functions
-
static auto Open(const std::string& path,
AccessMode accessMode = AccessMode::
READ) -> IOStream* - static void Close(IOStream* stream)
- static auto Exists(std::string path) -> bool
- static auto Read(const std::string& path) -> std::vector<char>
- static auto ReadAsString(const std::string& path) -> std::string