C# 클래스 LinFu.Reflection.DefaultDirectoryLister

A class that lists the contents of a given directory.
상속: IDirectoryListing
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

메소드 설명
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