protected void Button1_Click(object sender, EventArgs e)
    {
        //using System.IO;
        try
        {
            if (!Directory.Exists("E:\\111111"))
            {
                DirectoryInfo d = Directory.CreateDirectory("E:\\111111");
            }
        }
        catch (Exception)
        {
        }
    }

posted on 2013-11-13 16:40  御不凡  阅读(240)  评论(0编辑  收藏  举报