M
Mike
I developed a Windows service, and I want to access a
file I want to have on the same folder the service is in.
Q: How one can obtain a service's current directory, the
directory where it physically resides?
When I use System.Environment.CurrentDirectory it gives
me System32 folder path instead.
Thanks,
Mike
file I want to have on the same folder the service is in.
Q: How one can obtain a service's current directory, the
directory where it physically resides?
When I use System.Environment.CurrentDirectory it gives
me System32 folder path instead.
Thanks,
Mike