Struggling with a small part to a recent assignment, we've been asked to provide only the .cs file during the hand in process of our assignment, however it also asks us to reference a .txt file. Without setting the exact path to my file (ie: c:\users\username\documents etc).
The program is console based as this is just an algorithm and structure class, but I'm still a little miffed on how to reference without having the reference be static, or the txt document being added to a solution.
I've considered asking for the directory path input at the start of the program, but I just wondered if there was a better way of doing it.