Raven Engine v0.1
A modern 3D Game Engine
Loading...
Searching...
No Matches
Filesystem.h File Reference
#include <filesystem>
#include "Raven/Core/Base.h"

Namespaces

namespace  Raven
namespace  Raven::Filesystem

Functions

std::string Raven::Filesystem::NormalizePath (const std::filesystem::path &path)
std::wstring Raven::Filesystem::NormalizePathW (const std::filesystem::path &path)
std::optional< std::filesystem::path > Raven::Filesystem::MakeRelative (const std::filesystem::path &path, const std::filesystem::path &base)