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