I tried examples in C# to read external file, accessing it with @"C:\\test.txt" or @"C://test.txt"
I get the message that it cannot find the file. Do I need to make certain configurations or to put the file in a specific location? Please give a hint. Thank you