Поделиться через


MatcherExtensions.GetResultsInFullPath(Matcher, String) Метод

Определение

Выполняет в указанном каталоге поиск всех файлов, которые соответствуют шаблонам, добавленным к этому экземпляру Matcher.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<System::String ^> ^ GetResultsInFullPath(Microsoft::Extensions::FileSystemGlobbing::Matcher ^ matcher, System::String ^ directoryPath);
public static System.Collections.Generic.IEnumerable<string> GetResultsInFullPath (this Microsoft.Extensions.FileSystemGlobbing.Matcher matcher, string directoryPath);
static member GetResultsInFullPath : Microsoft.Extensions.FileSystemGlobbing.Matcher * string -> seq<string>
<Extension()>
Public Function GetResultsInFullPath (matcher As Matcher, directoryPath As String) As IEnumerable(Of String)

Параметры

matcher
Matcher

Сопоставитель.

directoryPath
String

Корневой каталог для поиска.

Возвращаемое значение

Абсолютные пути ко всем соответствующим файлам. Пустое перечислимое значение, если нет файлов, соответствующих заданным шаблонам.

Применяется к