.net 代码创建文件夹
if (!Directory.Exists(Server.MapPath("~" + wordPath)))
{
Directory.CreateDirectory(Server.MapPath("~" + wordPath));
}
if (!Directory.Exists(Server.MapPath("~" + wordPath)))
{
Directory.CreateDirectory(Server.MapPath("~" + wordPath));
}