最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp 显示目录存在时显示此目录下的所有子目录
时间:2022-07-02 23:43:41 编辑:袖梨 来源:一聚教程网
'参数:目录名(相对路径) ,对象
Public Function ShowFolderList(folderUrl,tag,listType)
Dim f,f1,fc,i,temp,disabledtf
On Error Resume Next
temp = Server.MapPath(folderUrl)
If oFso.FolderExists(temp) Then
Set f = oFso.GetFolder(temp)
Set fc = f.SubFolders
If listType = "list" Then
disabledtf = "disabled"
Else
disabledtf = ""
End If
ShowFolderList = "
| javascript教程:selectAllCheckBox('path',this.id);checkDisabled('button',getValueList('input'));"" "& disabledtf &" /> | "& Chr(13)目录名/文件名 | "& Chr(13)大小 | "& Chr(13)
| "& Chr(13) | "& f1.name &" | "& Chr(13)"& GetfolderInfo(folderUrl &"/"& f1.name)(0) &" | "& Chr(13)
Else
ShowFolderList = "-"
End if
If Err 0 Then Err.Clear
Set f = Nothing
Set fc = nothing
End Function
相关文章
- 坦白说是什么意思 - 坦白说的定义与用法解析 06-13
- 国风美少年穿搭指南 - 2026新中式风格造型推荐 06-13
- 官方公告发布 - 权威信息一手掌握 06-13
- SKR音效制作教程 - 2026最新版音频处理技巧 06-13
- 万恶之源的真正含义解析 - 深度解读文化语境与现实影响 06-13
- 无人商店运营模式解析 - 2026年智能零售新趋势 06-13