主页 > 知识库 > ASP得到文件的大小类型最后修改时间

ASP得到文件的大小类型最后修改时间

热门标签:服务器配置 银行业务 阿里云 科大讯飞语音识别系统 电子围栏 Mysql连接数设置 Linux服务器 团购网站
要得到生成的HTML文件的最后修改时间,写了一个函数,有简单的判断.

实例:

2005-11-10 19:33:44 ASP 文件 6.83 KB

把下面文件另存为mofei.asp文件,运行即可,要FSO支持.

%
Function fsofiledatemofei(sfile)
'通过FSO得到文件的时间,类型,大小;sfile是文件名
'制作:默飞
'QQ:33224360
'HOME: http://www.8vb.cn
sfilere=""
Set fso = Server.CreateObject("Scripting.FileSystemObject")
if sfile="" or isnull(sfile) then sfile=Request.ServerVariables("SCRIPT_NAME")
if not fso.FileExists(server.Mappath(sfile)) then sfile=Request.ServerVariables("SCRIPT_NAME")
sfile=server.Mappath(sfile)
Set fsofile=fso.getfile(sfile)
sfilere=sfilerefsofile.DateLastModified '文件时间
sfilere=sfilerechr(9)"font color=green>"fsofile.type"/font>" '类型
sfilere=sfilerechr(9)round(fsofile.size*1000/1024/1000,2)" KB" '大小
set fso=nothing
fsofiledatemofei=sfilere
End Function

response.write fsofiledatemofei("index.asp")
%>

很明显,修改"index.asp",改成你需要的文件,即可判断,都有注释,自己修改吧.

标签:衢州 枣庄 衡水 蚌埠 萍乡 广元 大理 江苏

巨人网络通讯声明:本文标题《ASP得到文件的大小类型最后修改时间》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266