C#里将其他共享目录映射为本地盘符的方法
摘要:C#里将其他共享目录映射为本地盘符的方法 from:http://gaoxinembed.blog.sohu.com/142397846.html 转载CSDN文章1.通过执行命令,会有cmd窗口一闪而过: public void Get_Share(string remotepath, string localpath, string username, string password){Process.Start("net"," use "+localpath+" "+remotepat...
阅读全文
posted @
2012-03-23 17:43
白沙河
阅读(812)
推荐(0)