使用asp.net在解决方案资源管理器中创建文件夹 [英] creating folder in solution explorer using asp.net

查看:90
本文介绍了使用asp.net在解决方案资源管理器中创建文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建了一个按钮,要在解决方案资源管理器中创建一个文件夹.我将如何做?请plz解释.

i have create a button on which i wana create a folder in solution explorer.how will i do it?plz explain.

推荐答案

尝试使用Google! !

Try to use Google!!

System.IO.Directory.CreateDirectory("C:\\MyNewFolder"); //This will create the folder "MyNewFolder"


这篇关于使用asp.net在解决方案资源管理器中创建文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆