能不能帮我写个获取当前文件架里的文件..
求助web问题
答案:1 悬赏:50 手机版
解决时间 2021-05-14 02:54
- 提问者网友:鐵馬踏冰河
- 2021-05-13 22:25
最佳答案
- 五星知识达人网友:时间的尘埃
- 2021-05-13 23:20
<%
'asp的 没有测试,你自己试一下吧,有问题再问
FolderPath= "./" '设置路径
folderspec = server.MapPath(FolderPath)
Set fs = CreateObject("Scripting.FileSystemObject")
if fs.FolderExists(folderspec)=false then
response.write("目录" & redFont & folderspec &"</font>不存在或没有访问权限!")
response.End()
end if
Set f = fs.GetFolder(folderspec)
Set fc = f.Files
For Each f1 in fc
filePath = LCase(f1.path)
fileName=f1.name
response.write "文件名:"&fileName&"--文件路径:"&filePath&"<br>"
'还可以获得其它信息如文件大小,修改日期,创建日期等
Next
set fc=nothing
Set fs = nothing
%>
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯