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. |
The paths of the matching files.