[Solved] Reading a text file with c# [closed]KiratJanuary 25, 2023Solved Hi Gailen use the following method: File.ReadAllLines(@"location"); If location is correct then this will work Assign to variable, for example 0 solved Reading a text file with c# [closed] # c++# file-handling