public static string[] GetFileLines(string pPreprocessedFilePath) { CDebug.Step(EProgramStep.LoadLines); string[] lines = File.ReadAllLines(pPreprocessedFilePath); CDebug.Action("load", pPreprocessedFilePath); return(lines); }