fromAbsoluteString

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

Converts an absolute string path into a normalized Path object suitable for the current file system.

Return

A Path object representing the input absolute string, normalized for the current file system.

Parameters

path

The absolute string path to be converted.