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";  | 
❤️❤️❤️ Does my content help you? Consider a small donation if this blog helped you❤️❤️❤️
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";  | 
❤️❤️❤️ Does my content help you? Consider a small donation if this blog helped you❤️❤️❤️