获得执行程序完整路径名
2014-06-24 00:55:02 访问(1789) 赞(0) 踩(0)
///
/// 获得执行程序完整路径名 -- E:\Projects\SlowX\SLXClient\Code\SRC\SLXForm\bin\Debug\YYGIS.CodeX.exe
///
///
public static string GetExeFileFullName()
{
return System.Windows.Forms.Application.ExecutablePath;
}
上一条:
下一条:
相关评论
发表评论