#include <fstream>#include <filesystem>#include <optional>#include <spdlog/spdlog.h>Go to the source code of this file.
Namespaces | |
| namespace | dcn |
| namespace | dcn::file |
Functions | |
| std::optional< std::string > | dcn::file::loadTextFile (std::filesystem::path path) |
| std::optional< std::vector< std::byte > > | dcn::file::loadBinaryFile (std::filesystem::path path) |