PathParser.isChild

Returns true if this path has a parent. Note that a parent is defined by the presence of a path-separator in the path. This means 'foo' within "/foo" is considered a child of the root.

struct PathParser
bool
isChild
()

Meta