fromAbsoluteString

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

Converts a string representation of an absolute file path into a Path object.

Return

A Path object representing the absolute path.

Parameters

path

The absolute path as a string.