wren
Vulkan-based game engine
Loading...
Searching...
No Matches
filesystem.cpp File Reference
#include "filesystem.hpp"
#include "result.hpp"
Include dependency graph for filesystem.cpp:

Namespaces

namespace  wren
 
namespace  wren::utils
 
namespace  wren::utils::fs
 

Functions

auto wren::utils::fs::file_exists_in_dir (const std::filesystem::path &root, const std::filesystem::path &file) -> expected< std::filesystem::path >
 
auto wren::utils::fs::read_file_to_string (const std::filesystem::path &path) -> std::string
 
auto wren::utils::fs::read_file_to_bin (const std::filesystem::path &path) -> std::vector< uint8_t >