Function GenericPath.parentPath
Returns a prefix of this path, where the last segment has been dropped.
Throws
An Exception
is thrown if this path has no parent path. Use
hasParentPath
to test this upfront.
Returns a prefix of this path, where the last segment has been dropped.
An Exception
is thrown if this path has no parent path. Use
hasParentPath
to test this upfront.