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
The absolute path string to convert.
Throws