runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
string exePath = new DirectoryInfo(Assembly.GetExecutingAssembly().ManifestModule.FullyQualifiedName).Parent.FullName;

 

string apppath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().ManifestModule.FullyQualifiedName);//取得当前程序目录

 

引用 :using System.Reflection;

 

用 System.Environment.CurrentDirectory 这种方法取得,会在打包安装调用时出现问题。还在用上面的好。

posted on 2012-04-28 17:27  runliuv  阅读(383)  评论(0编辑  收藏  举报