摘要:
//1.---------文件夹创建、移动、删除---------//创建文件夹Directory.CreateDirectory(Server.MapPath("a"));Directory.CreateDirectory(Server.MapPath("b"));Directory.CreateDirectory(Server.MapPath("c"));//移动b到aDirectory.Move(Server.MapPath("b"), Server.MapPath("a\\b"));// 阅读全文
posted @ 2011-11-02 13:05
猪特曼
阅读(256)
评论(0)
推荐(0)

浙公网安备 33010602011771号