The simplest way to do this is to use the .Net framework classes: System.IO.File
ReadAllText
1 | var filePath = @"C:\Users\cpaton\Downloads\hoehoe.txt"; |
ReadLines
1 | var filePath = @"C:\Users\cpaton\Downloads\hoehoe.txt"; |
The simplest way to do this is to use the .Net framework classes: System.IO.File
1 | var filePath = @"C:\Users\cpaton\Downloads\hoehoe.txt"; |
1 | var filePath = @"C:\Users\cpaton\Downloads\hoehoe.txt"; |