FilePath.isChild

Returns true if this FilePath 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.

class FilePath
@property final const
bool
isChild
()

Meta