How to find windows service exe path

Posted by NDeveloper on Stack Overflow See other posts from Stack Overflow or by NDeveloper
Published on 2010-05-14T12:09:29Z Indexed on 2010/05/14 12:14 UTC
Read the original article Hit count: 250

Filed under:
|
|

Hi, I have a windows service and I need to create directory to store some info. The directory path must be relative to the windows service exe file. How can get this exe file path ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET