Пример #1
0
        public static string[] GetFileLines(string pPreprocessedFilePath)
        {
            CDebug.Step(EProgramStep.LoadLines);

            string[] lines = File.ReadAllLines(pPreprocessedFilePath);
            CDebug.Action("load", pPreprocessedFilePath);

            return(lines);
        }