Match path of a directory or a file relative to a parent directory with a glob pattern.
Path of the parent directory.
Glob pattern to match with. If null, a match is assumed.
True on match or if glob is null; false otherwise.
See Implementation
Match path of a directory or a file relative to a parent directory with a glob pattern.