toAbsolutePathString

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

Converts a path to its absolute path string representation. This method works with the path structure and doesn't check if the path actually exists in the filesystem.

Return

Absolute path as a string.

Parameters

path

The path to convert.