Raven Engine v0.1
A modern 3D Game Engine
Loading...
Searching...
No Matches
Filesystem.cpp File Reference
#include "rvpch.h"
#include "Filesystem.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)

Variables

std::filesystem::path Raven::Filesystem::ProjectPath = ""
std::filesystem::path Raven::Filesystem::AssetDirectory = ""