|
|
|
|
|
|
| VBScript 处理文件 |
|
| 作者:武汉SEO闵涛 文章来源:敏韬网 点击数2191 更新时间:2009/4/23 15:37:41 文章录入:mintao 责任编辑:mintao |
|
|
|
files <br>");
// 获得文件当前位置的句柄。
f2 = fso.GetFile("c:\\tmp\\testfile.txt");
f3 = fso.GetFile("c:\\temp\\testfile.txt");
// 删除文件。
f2.Delete();
f3.Delete();
Response.Write("All done!");
}
上一页 [1] [2] |
|
|
|
|
|
|
|
|
|