求ASP删除代码和重命名文件代码

<html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><title>新... <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>新建网页 1</title> </head> <body> <p> <% dim myfileobject Set myfileobject=server.CreateObject("scripting.filesystemobject") dim myfile dim path path=Server.MapPath("upload") set myfolder=myfileobject.GetFolder(path) dim item %> </p> </div> <table width="501" border="1" align="center" bordercolor="9999cc"> <tr> <td width="53" align="center">序号</td> <td width="203" align="center">文件名</td> <td width="36" align="center">操作2</td> </tr> <% dim i i=0 for each item in myfolder.files i=i+1 %> <tr> <td align="center"><%= i %></td> <td align="center"><%= item.name %></td> <td align="center"><span class="STYLE1"><a href="delete2.asp?name1=<%= item.name %>" onclick="javascript:return confirm('确定要删除?');">删除</a></span></td> </tr> <% next %> </table> <div align="center"></div> </body> </html> 帮我下出删除的那页代码 最好的上面页面能实现重命名功能。 谢了。本人很菜的,请给完整代码. 展开
 我来答
手机用户80449
2014-07-20 · 超过56用户采纳过TA的回答
知道答主
回答量:119
采纳率:0%
帮助的人:106万
展开全部
'建立文件 filename = year(date()) & month(date()) & day(date()) & hour(time()) & minute(time()) & second(time()) & ".txt" Set fso = Server.createobject("scripting.filesystemobject") thepath = Server.mappath(filename) Set thefile = fso.createTextfile(thepath) thefile.writeline "新建立文件" thefile.close Set fso = Nothing '删除文件 Sub DelFile(filename) Dim fo,filenamestr Set fo = Server.Createobject("Scripting.FileSystemObject") filenamestr = Server.MapPath(filename) If fo.FileExists(filenamestr) Then fo.DeleteFile filenamestr Set fo = Nothing End Sub 重命名 <% Dim fso Set fso = CreateObject("Scripting.FileSystemObject") fso.MoveFile server.mappath("tupian.jpg"),server.mappath("图片.jpg") Set fso=Nothing %>
TableDI
2024-07-18 广告
当我们谈到Python与Excel的拆分时,通常指的是使用Python的库来读取Excel文件中的数据,然后根据某种逻辑(如按行、按列、按特定值等)将数据拆分成多个部分或输出到新的Excel文件中。上海悉息信息科技有限公司在处理这类任务时,... 点击进入详情页
本回答由TableDI提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式