BlackburnKL
Programmer
I have a C# application that needs to call an external application. When I hard code the path to the external application, it works fine. However, I would like the path to the external application to come from a settings file instead.
I have stored the path as a string in a Settings.settings file. But, for all of the reading that I have done on the subject, I just can't seem to find code that will let me retrieve it from the file.
I know this has to be quite simple. Any help would be greatly appreciated.
BlackburnKL
I have stored the path as a string in a Settings.settings file. But, for all of the reading that I have done on the subject, I just can't seem to find code that will let me retrieve it from the file.
I know this has to be quite simple. Any help would be greatly appreciated.
BlackburnKL