toAbsolutePathString

abstract fun toAbsolutePathString(path: Path): String(source)

Converts a given Path object into its absolute path representation as a string.

Return

The absolute path string representation of the provided Path object.

Parameters

path

The Path object to be converted into an absolute path string.