会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
若是风轻
博客园
首页
新随笔
联系
订阅
管理
2012年12月27日
C#打开指定路径的文件夹
摘要: string strPath = @"D:\WorkSpace"; System.Diagnostics.Process.Start("explorer.exe", path); 通过调用系统explorer打开文件夹
阅读全文
posted @ 2012-12-27 14:44 DCLancer
阅读(2153)
评论(0)
推荐(0)
公告
(function() { var c = document.createElement('script'); c.type = 'text/javascript'; c.async = true; c.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'www.clicki.cn/boot/48212'; var h = document.getElementsByTagName('script')[0]; h.parentNode.insertBefore(c, h); })();