在Windows服务里面,如果访问文件,采用绝对路径可以.如果采用相对路径,和生成的服务文件在同一目录下面.
using System.Reflection;
using System.IO; string assemblyFilePath = Assembly.GetExecutingAssembly().Location;
string assemblyDirPath = Path.GetDirectoryName(assemblyFilePath);
niList = Utility.GetXmlInfo(assemblyDirPath + "
\\FtpHelp.xml");
posted on 2008-10-07 13:20
天书 阅读(1253)
评论(0) 编辑 收藏 引用