C#打开指定路径的文件夹

string strPath = @"D:\WorkSpace"; 
System.Diagnostics.Process.Start("explorer.exe", path); 

通过调用系统explorer打开文件夹

posted @ 2012-12-27 14:44  DCLancer  阅读(2086)  评论(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); })();