C# Class Telerik.Web.Mvc.Infrastructure.Implementation.FileSystemWrapper

Provides properties and methods for working with drives, files, and directories.
Inheritance: IFileSystem
Show file Open project: juanplopes/simple-telerik

Private Methods

Method Description
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
GetFiles ( string path, string searchPattern, bool recursive ) : string[]
ReadAllText ( string path ) : string