I have a console app that uses a text file to read off of from the same folder as the .EXE. When I run it directly from the folder on the share drive, it works fine. When I run it from a schedule task it starts and looks in C:\Windows\System32\MyFileName.txt.
How can I in C# point it to the same path of the .EXE?