Skip to content

Rose::FileSystem::makeAbsolute

Make path absolute.

Synopsis

Declared in <src/Rose/FileSystem.h>

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

Description

Makes the specified path an absolute path if it is a relative path. If relative, then assume root is what the path is relative to.

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