rglob

Generate an array of Paths that match the given pattern in and beneath the given path.

rglob
(
PatternType
)
(
auto ref in Path p
,
PatternType pattern
)

Examples

assertNotEmpty(currentExePath().parent.rglob("*"));

Meta