toPathString

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

Deprecated

Use toAbsolutePathString instead

Replace with

toAbsolutePathString(path)

Performs path to string conversion.

Note that conversion depends on path state, there is no guarantee whether the result will be relative, absolute or any other type of path.