BuildUtility.FindDirectories method

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.

Return Value

The paths of the matching directories.

See Also