C#如何获取当前工作目录(Service,dll关注)
本人写了一个Service,将writelog的功能写在了一个dll中,在Service中引用这个dll,现在需要确定log文件的目录,想通过代码获取当前Service程...
本人写了一个Service,将write log的功能写在了一个dll中,在Service中引用这个dll,现在需要确定log文件的目录,想通过代码获取当前Service程序所在的目录,不知如何实现!
路径代码需要写在write log里
string path = Environment.CurrentDirectory.ToString();
string logfile = path + Const.System.LOG_FILE;
与
string logfile = "." + Const.System.LOG_FILE;
都不行,log文件都会写入System32目录中,郁闷啊! 展开
路径代码需要写在write log里
string path = Environment.CurrentDirectory.ToString();
string logfile = path + Const.System.LOG_FILE;
与
string logfile = "." + Const.System.LOG_FILE;
都不行,log文件都会写入System32目录中,郁闷啊! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询