Skip to content

File CanonicalizePath.h

File List > Intern > rayx-core > src > CanonicalizePath.h

Go to the documentation of this file

#pragma once

#include <filesystem>
#include <vector>

#include "Core.h"
#include "FileIO.h"

namespace rayx {

std::filesystem::path RAYX_API canonicalizeRepositoryPath(const std::filesystem::path& relPath);

std::filesystem::path RAYX_API canonicalizeUserPath(const std::filesystem::path& relPath);

}  // namespace rayx