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 pa
You can use AppDomain.CurrentDomain.BaseDirectory