C# Class StyleCop.Baboon.Infrastructure.FileSystemHandler

Inheritance: IFileSystemHandler
Mostra file Open project: nelsonsar/StyleCop.Baboon Class Usage Examples

Public Methods

Method Description
Exists ( string path ) : bool
GetAllSourceCodeFiles ( string path ) : IEnumerable
IsDirectory ( string path ) : bool

Method Details

Exists() public method

public Exists ( string path ) : bool
path string
return bool

GetAllSourceCodeFiles() public method

public GetAllSourceCodeFiles ( string path ) : IEnumerable
path string
return IEnumerable

IsDirectory() public method

public IsDirectory ( string path ) : bool
path string
return bool