首页 相关文章 将服务器端文件夹下的文件 按文件建立的时间先后排序

将服务器端文件夹下的文件 按文件建立的时间先后排序

dir_name="abc"
Set fso = CreateObject("Scripting.FileSystemObject")
set self_path = fso.getfile(server.mappath(Request.ServerVariables("PATH_INFO")))
files_path=self_path.ParentFolder.ParentFolder
folderspec=files_path+"\"+dir_name
Set f = fso.GetFolder(folderspec)

Set fc = f.Files
For Each f1 in fc
response.write f1.name&"
"
next
---------------------------------------------------------------

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
Function get...[ 查看全文 ]

2016-01-29 标签:

将服务器端文件夹下的文件 按文件建立的时间先后排序的相关文章

手机页面
收藏网站 回到头部