如何用表单在线建立目录? 程序员文章站 2022-04-15 09:20:18 creatfolder.htm' 表单文件. creatfolder.htm ' 表单文件. <form name="form1" method="post" action="folder.asp">创建一个文件夹: <input type="text" name="name"><input type="submit" name="submit" value="提交"></form> folder.asp<%@ language = "vbscript" %><% dim namename = request("name") set fs=createobject("scripting.filesystemobject") myfolder=server.mappath(""&name&"") if not fs.folderexists(myfolder) thenfs.createfolder(myfolder)end ifif fs.folderexists(myfolder) then %> 恭喜,文件夹:<%=myfolder%>创建成功! <%else%%>噢,出错啦! <%end if%> 上一篇: 如何遍历目录及目录下的文件? 下一篇: 西工大是哪个大学?算顶尖大学吗?西工大录取分数线2021是多少? 推荐阅读 在线用表单建立文件夹 如何用表单在线建立目录? 在线用表单建立文件夹 如何用表单在线建立目录?