Converts a given path string to a Path and resolves it against
this path's parent path in exactly the manner
specified by the resolveSibling method.
other
| the path string to resolve against this path's parent |
InvalidPathException
| if the path string cannot be converted to a Path. |
FileSystem.getPath
@implSpec The default implementation is equivalent for this path to:
resolveSibling(getFileSystem().getPath(other));
Diagram: Path