摘要:
string str1 =Process.GetCurrentProcess().MainModule.FileName; //可获得当前执行的exe的文件名。 string str2=Environment.CurrentDirectory; //获取和设置当前目录(即该进程从中启动的目录... 阅读全文
posted @ 2007-09-02 11:06
吴勇
阅读(271)
评论(0)
推荐(0)
|
摘要:
string str1 =Process.GetCurrentProcess().MainModule.FileName; //可获得当前执行的exe的文件名。 string str2=Environment.CurrentDirectory; //获取和设置当前目录(即该进程从中启动的目录... 阅读全文
posted @ 2007-09-02 11:06
吴勇
阅读(271)
评论(0)
推荐(0)
|