C# Class C24.ReVersion.FileSystem

Inheritance: IFileSystem
Show file Open project: CHECK24/c24.ReVersion

Public Methods

Method Description
FileExists ( string path ) : bool
ReadAllText ( string path ) : string
WriteAllText ( string path, string contents ) : void

Private Methods

Method Description
ConsolidateText ( string text ) : string

Method Details

FileExists() public method

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

ReadAllText() public method

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

WriteAllText() public method

public WriteAllText ( string path, string contents ) : void
path string
contents string
return void