runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年6月28日

摘要: string _appPath = new DirectoryInfo(Assembly.GetExecutingAssembly().ManifestModule.FullyQualifiedName).Parent.FullName; if (!_appPath.EndsWith(@"\")) { _appPath += @"\"; } string s7z = _appPath + "7z.exe"; ... 阅读全文
posted @ 2012-06-28 09:37 runliuv 阅读(2069) 评论(0) 推荐(0)