19 static std::string
ReadTextFile(
const std::filesystem::path& filepath);
Simple static class used to read files as string. Will likely expand its functionality later.
static std::string ReadTextFile(const std::filesystem::path &filepath)
Reads any file as a string.
static std::string ReadTextFile(const std::string &filepath)
Reads any file as a string.
Everything connected to interacting with files and filesystem is in this namespace.