C# Class Catel.LogAnalyzer.Helpers.FileHelper

Mostra file Open project: Catel/Catel.LogAnalyzer

Public Methods

Method Description
Exists ( string fileName ) : bool
ReadAllLines ( string fileName ) : IEnumerable

Method Details

Exists() public static method

public static Exists ( string fileName ) : bool
fileName string
return bool

ReadAllLines() public static method

public static ReadAllLines ( string fileName ) : IEnumerable
fileName string
return IEnumerable