C#如何获取当前程序名称
当前位置:点晴教程→知识管理交流
→『 技术文档交流 』
using System.Diagnostics;
string thisPath = Application.StartupPath;
Process thisExe = Process.GetCurrentProcess();
string filePath = thisPath + "\\" + thisExe.ProcessName + ".exe";
该文章在 2021/3/30 10:55:03 编辑过 |
关键字查询
相关文章
正在查询... |