C# Class ScriptCs.Wpf.FileSystem

Inheritance: IFileSystem
Mostra file Open project: scriptcs-contrib/scriptcs-wpf Class Usage Examples

Public Methods

Method Description
FileExists ( string filePath ) : bool
ReadAllText ( string path ) : string

Method Details

FileExists() public method

public FileExists ( string filePath ) : bool
filePath string
return bool

ReadAllText() public method

public ReadAllText ( string path ) : string
path string
return string