
RequestServerVariables("Url")
返回服务器地址
RequestServerVariables("Path_Info")
客户端提供的路径信息
RequestServerVariables("Appl_Physical_Path")
与应用程序元数据库路径相应的物理路径
RequestServerVariables("Path_Translated")
通过由虚拟至物理的映射后得到的路径
RequestServerVariables("Script_Name")
执行脚本的名称
RequestServerVariables("Query_String")
查询字符串内容
RequestServerVariables(">
'返回指定文件夹中文件的数目,传入值为被检测文件夹的硬盘绝对路径
function CountFilesNumber(folderspec)
Dim objfso,f,fc
Set objfso=CreateObject("ScriptingFileSystemObject")
Set f=objfsoGetFolder(folderspec)
Set fc=fFiles
CountFilesNumber=fcCount
set fc=nothing
set f=nothing
set objfso=nothing
End Function
以上就是关于关于asp获取当前文件名的问题全部的内容,包括:关于asp获取当前文件名的问题、ASP获取表单信息、求一句asp代码--获取当前文件夹文件个数等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)