It would be useful if methods Glob.Files and Glob.Directories would support providing only one glob with parent directory concatenated like: C:/**/*.cs. This is something that is available in Python glob module.
Would it be possible to add such functionality or would you accept PR with such functionality?