C#获取当前程序运行路径的方法集合(转)
摘要:原文地址:https://www.cnblogs.com/CSharpLover/p/5969017.html //获取当前进程的完整路径,包含文件名(进程名)。string str = this.GetType().Assembly.Location;result: X:\xxx\xxx\xxx.
阅读全文
posted @ 2018-08-01 10:30
posted @ 2018-08-01 10:30