C# 클래스 FluentFs.Support.FileSet.FileSystemUtility

상속: IFileSystemUtility
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb 1 사용 예제들

공개 메소드들

메소드 설명
FileSystemUtility ( ) : System
FileSystemUtility ( ISearchPatternParser parser, IFileSystemWrapper fileSystemWrapper ) : System
GetAllFilesMatching ( string filter ) : IList

비공개 메소드들

메소드 설명
GetAllFilesMatching ( string directory, string filter, bool recursive ) : IList

메소드 상세

FileSystemUtility() 공개 메소드

public FileSystemUtility ( ) : System
리턴 System

FileSystemUtility() 공개 메소드

public FileSystemUtility ( ISearchPatternParser parser, IFileSystemWrapper fileSystemWrapper ) : System
parser ISearchPatternParser
fileSystemWrapper IFileSystemWrapper
리턴 System

GetAllFilesMatching() 공개 메소드

public GetAllFilesMatching ( string filter ) : IList
filter string
리턴 IList