C# Класс LinFu.Reflection.DefaultDirectoryLister

A class that lists the contents of a given directory.
Наследование: IDirectoryListing
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetFiles ( string path, string searchPattern ) : IEnumerable

Returns a list of files that match the searchPattern from the given directory path.

Описание методов

GetFiles() публичный Метод

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