runliuv

runliuv@cnblogs

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

 

MessageBox.Show(Application.StartupPath);


            DirectoryInfo di = new DirectoryInfo(string.Format(@"{0}..\..\", Application.StartupPath));
             
 
            MessageBox.Show(di.FullName);

 

-

posted on 2020-08-01 14:33  runliuv  阅读(406)  评论(0编辑  收藏  举报