C#相对路径绝对路径的提问
我编写一个数据库程序,其中用到了Adapter,可是采集的表是通过绝对路径, 而不能通过相对路径,请问怎么解决这个问题,这个问题一直捆饶着我,这使得程序的位置不能变化,如果变化,就会产生错误,请问怎样解决?
C#相对路径绝对路径的解答
- System.Windows.Forms.Application.StartupPath
- or
- System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)
System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)
适应WEB服务吗?
关于C#相对路径绝对路径的提问与解答就到这里。
【编辑推荐】