fromRelativeString

open override fun fromRelativeString(base: Path, path: String): Path(source)

Resolves a given relative path string against a base path and returns the normalized path.

Return

The normalized absolute path obtained by resolving the relative path string against the base path.

Parameters

base

The base path to resolve the relative string against.

path

The relative path string to be resolved.