.Net
Is there a way to open a file relative to a project?
Hello, this is the project structure I have. I am trying to get open a pipe.txt in resources with Program.cs I am using Directory.GetCurrentDirectory() however, it is states that the file is in the bin. Read more…