toPathString

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

Deprecated

Use toAbsolutePathString instead

Replace with

toAbsolutePathString(path)

Converts the specified path to its string representation.

Return

the string representation of the specified path.

Parameters

path

the file system path to convert to a string.