C# Class C24.ReVersion.FileSystem

Inheritance: IFileSystem
Afficher le fichier Open project: CHECK24/c24.ReVersion

Méthodes publiques

Méthode Description
FileExists ( string path ) : bool
ReadAllText ( string path ) : string
WriteAllText ( string path, string contents ) : void

Private Methods

Méthode Description
ConsolidateText ( string text ) : string

Method Details

FileExists() public méthode

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

ReadAllText() public méthode

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

WriteAllText() public méthode

public WriteAllText ( string path, string contents ) : void
path string
contents string
Résultat void