Метод | Описание | |
---|---|---|
GetFiles ( string path, string searchPattern ) : IEnumerable |
Returns a list of files that match the searchPattern from the given directory path.
|
public GetFiles ( string path, string searchPattern ) : IEnumerable |
||
path | string | The target directory to search. |
searchPattern | string | The search string to match against the names of the files in the |
Результат | IEnumerable |