BuildUtility.FindDirectoriesFrom method

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.

Return Value

The paths of the matching directories.

See Also