Hello,
I am creating a windows service that needs to have the ability to read in some information from a text file that will be stored in the same directory as the service. How can I setup the path so it can find the file? In a normal vb.net application I use Application.startuppath but this is not available for a windows service...
Help!
Neil
I am creating a windows service that needs to have the ability to read in some information from a text file that will be stored in the same directory as the service. How can I setup the path so it can find the file? In a normal vb.net application I use Application.startuppath but this is not available for a windows service...
Help!
Neil