toPathString

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

Deprecated

Use toAbsolutePathString instead

Replace with

toAbsolutePathString(path)

Converts the given path to a string representation of the file path.

Return

A string representation of the supplied path.

Parameters

path

The path to convert into a string.