fromRelativeString

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

Resolves a relative path string against a given base path and normalizes the resulting path.

Return

The resolved and normalized path as a Path object.

Parameters

base

The base path against which the relative path string will be resolved.

path

The relative path string to be resolved.