toPathString

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

Deprecated

Use toAbsolutePathString instead

Replace with

toAbsolutePathString(path)

Converts the given Path to a normalized string representation. This function is deprecated and should be replaced by the toAbsolutePathString method.

Return

the string representation of the normalized Path

Parameters

path

the Path to be converted to a string