im reading a file txt from c#
string[] allRigas; allRigas = System.IO.File.ReadAllLines(@"C:\\testFolder\\2021.1.26.5.47.37-Events.txt");
Wh