BuildUtility.FindFilesFrom method

Finds the files matching the specified globs.

public static IReadOnlyList<string> FindFilesFrom(string directory, params string[] globs)
parameter description
directory The starting directory.
globs The globs to match.

Return Value

The paths of the matching files.

See Also