Finds the directories matching the specified globs.
public static IReadOnlyList<string> FindDirectoriesFrom(string directory, params string[] globs)
parameter | description |
---|---|
directory | The starting directory. |
globs | The globs to match. |
The paths of the matching directories.