C# Class FluentFs.Support.FileSet.FileSystemUtility

Inheritance: IFileSystemUtility
ファイルを表示 Open project: SkightTeam/eLiteWeb Class Usage Examples

Public Methods

Method Description
FileSystemUtility ( ) : System
FileSystemUtility ( ISearchPatternParser parser, IFileSystemWrapper fileSystemWrapper ) : System
GetAllFilesMatching ( string filter ) : IList

Private Methods

Method Description
GetAllFilesMatching ( string directory, string filter, bool recursive ) : IList

Method Details

FileSystemUtility() public method

public FileSystemUtility ( ) : System
return System

FileSystemUtility() public method

public FileSystemUtility ( ISearchPatternParser parser, IFileSystemWrapper fileSystemWrapper ) : System
parser ISearchPatternParser
fileSystemWrapper IFileSystemWrapper
return System

GetAllFilesMatching() public method

public GetAllFilesMatching ( string filter ) : IList
filter string
return IList