Skip to content

Rose::FileSystem::makeRelative

Make path relative.

Synopsis

Declared in <src/Rose/FileSystem.h>

[[visibility]]
Path
makeRelative(
    Path const& path,
    Path const& root = std::filesystem::current_path());

Description

Makes the specified path relative to another path or the current working directory.

Return Value

Name of entities in a filesystem.

Parameters

Name

Description

path

Name of entities in a filesystem.

root

Name of entities in a filesystem.

Created with MrDocs