注册 登录
编程论坛 ASP技术论坛

请教高手,关于fso的问题!!

21411 发布于 2008-02-26 16:10, 766 次点击
<%
    Function GetPP
    dim s
    s=Request.ServerVariables("path_translated")
    GetPP=left(s,instrrev(s,"\",len(s)))
             End function
             if sPP="" then sPP=GetPP
             if right(sPP,1)<>"\" then sPP=sPP&"\"
             set fso=server.createobject("scripting.filesystemobject")
             Set f = fso.GetFolder(sPP)
             Set fc = f.SubFolders
             i=1
                        i2=1
             For Each f in fc
%>
不知代码那里出错,运行显示
Microsoft VBScript 运行时错误 '800a004c'

路径未找到

\wwwroot\admin\SpaceSize.asp, line 112
0 回复
1