Finds the files matching the specified globs, from the current working directory.
public static IReadOnlyList<string> FindFiles(params string[] globs)
The paths of the matching files.