fromAbsolutePathString

Creates a Path object from an absolute path string. This method works with the path structure and doesn't check if the path actually exists in the filesystem.

Return

A path object representing the absolute path.

Parameters

path

The absolute path string to convert.

Throws

if path is not absolute.