摘要: //获取模块的完整路径。 string path1 = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName; //获取和设置当前目录(该进程从中启动的目录)的完全限定目录 string path2 = System.E 阅读全文
posted @ 2020-06-11 12:18 quanzhan 阅读(4377) 评论(0) 推荐(0)