C#获取当前服务器运行程序的根目录,获取当前运行程序物理路径  

    string tmpRootDir = AppDomain.CurrentDomain.BaseDirectory;//获得当前服务器程序的运行目录

 

相关文章: