BuildUtility.FindFiles method

Finds the files matching the specified globs, from the current working directory.

public static IReadOnlyList<string> FindFiles(params string[] globs)
parameter description
globs The globs to match.

Return Value

The paths of the matching files.

See Also