Functions | |
| std::string | NormalizePath (const std::filesystem::path &path) |
| std::wstring | NormalizePathW (const std::filesystem::path &path) |
| std::optional< std::filesystem::path > | MakeRelative (const std::filesystem::path &path, const std::filesystem::path &base) |
Variables | |
| std::filesystem::path | ProjectPath = "" |
| std::filesystem::path | AssetDirectory = "" |
| CORE_API std::optional< std::filesystem::path > Raven::Filesystem::MakeRelative | ( | const std::filesystem::path & | path, |
| const std::filesystem::path & | base ) |
| CORE_API std::string Raven::Filesystem::NormalizePath | ( | const std::filesystem::path & | path | ) |
| CORE_API std::wstring Raven::Filesystem::NormalizePathW | ( | const std::filesystem::path & | path | ) |
| CORE_API std::filesystem::path Raven::Filesystem::AssetDirectory = "" |
| CORE_API std::filesystem::path Raven::Filesystem::ProjectPath = "" |