recursive property

bool recursive
final

If true, a path matches if it matches the glob itself or is recursively contained within a directory that matches.

Implementation

final bool recursive;