fromRelativeString

abstract fun fromRelativeString(base: Path, path: String): Path(source)

Converts a relative path string to a Path object by resolving it against a base path.

Return

A Path object representing the resolved path.

Parameters

base

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

path

The relative path in string form to be resolved.