fromRelativeString

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

Converts a relative string representation of a path into a normalized Path object based on the provided base Path.

Return

A normalized Path object representing the resolved path.

Parameters

base

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

path

The relative path as a string to be resolved.