I have written a C# program for saving and reading PDF files. The program saves the output files to the local computer's bin folder. I want my program to access files from a different computer.
I have heard about keeping a file path stored in the app.config
of my program, but I don't know how to do this.
How may I store a file path in my program's app.config file?