C# Class ScriptCs.Wpf.FileSystem

Inheritance: IFileSystem
Afficher le fichier Open project: scriptcs-contrib/scriptcs-wpf Class Usage Examples

Méthodes publiques

Méthode Description
FileExists ( string filePath ) : bool
ReadAllText ( string path ) : string

Method Details

FileExists() public méthode

public FileExists ( string filePath ) : bool
filePath string
Résultat bool

ReadAllText() public méthode

public ReadAllText ( string path ) : string
path string
Résultat string