starts With
Determines if this path starts with the given path.
Return
True if this path starts with the given path, false otherwise. Returns false if one path is absolute and the other is not.
Since
9.1.0
Parameters
other
The path to check if this path starts with.