toAbsolutePathString

open override fun toAbsolutePathString(path: Path): String(source)

Converts the given path to its absolute path representation as a string. The path is normalized before being converted.

Return

the absolute path string representation of the given path

Parameters

path

the relative or absolute path to be converted to an absolute string representation