c#几种场景获取程序运行目录
控制台、app等桌面应用程序(兼容系统自启)
1 System.IO.Path.GetDirectoryName(Process.GetCurrentProcess().MainModule.FileName)
web BS架构
System.AppDomain.CurrentDomain.BaseDirectory
控制台、app等桌面应用程序(兼容系统自启)
1 System.IO.Path.GetDirectoryName(Process.GetCurrentProcess().MainModule.FileName)
web BS架构
System.AppDomain.CurrentDomain.BaseDirectory