I have a text document saved onto my website. What I would like to do, is create a variable in my C# program that is equal to the contents of that text document. Thanks
Asked
Active
Viewed 40 times
0
-
https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/file-system/how-to-read-from-a-text-file – Bigbob556677 Jul 15 '18 at 21:29
-
@Bigbob556677 This doesn't use System.net atall. Im looking to read a text document off of a website – Jul 15 '18 at 21:33
-
Might be a duplicate of https://stackoverflow.com/q/1048199/8521346 – Bigbob556677 Jul 15 '18 at 21:34
-
@Bigbob556677 I dont think so, but ill try – Jul 15 '18 at 21:36