toPathString

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

Deprecated

Use toAbsolutePathString instead

Replace with

toAbsolutePathString(path)

Converts the given path to its string representation. The method is deprecated and it is recommended to use toAbsolutePathString instead.

Return

the string representation of the provided path.

Parameters

path

the path to be converted to a string.