.net 代码创建文件夹

  if (!Directory.Exists(Server.MapPath("~" + wordPath)))
            {
                Directory.CreateDirectory(Server.MapPath("~" + wordPath));
            }

posted @ 2013-12-28 17:17  牡丹  阅读(102)  评论(0)    收藏  举报