ASP文件删除程序出错无效使用 Null: 'replace'
</body></html><%'过程:删除文件SubDelFile(fileurl)dimtemp_fileurl,FilePath,fsoDelservername=...
</body>
</html>
<%
'过程:删除文件
Sub DelFile(fileurl)
dim temp_fileurl,FilePath,fsoDel
servername=Cstr(Request.ServerVariables("SERVER_NAME"))
temp_fileurl=trim(fileurl)
temp_fileurl=replace(temp_fileurl,"http://"&servername,"")
if temp_fileurl<>"" then
if instr(temp_fileurl,"http://")>0 then '是否为网上文件
else
set fsoDel=CreateObject("Scripting.FileSystemObject")
FilePath=Server.MapPath(temp_fileurl)
if fsoDel.FileExists(FilePath)then '文件是否存在
fsoDel.Deletefile(FilePath) '删除文件
set fsoDel=nothing
end if
end if
end if
end sub
%> 展开
</html>
<%
'过程:删除文件
Sub DelFile(fileurl)
dim temp_fileurl,FilePath,fsoDel
servername=Cstr(Request.ServerVariables("SERVER_NAME"))
temp_fileurl=trim(fileurl)
temp_fileurl=replace(temp_fileurl,"http://"&servername,"")
if temp_fileurl<>"" then
if instr(temp_fileurl,"http://")>0 then '是否为网上文件
else
set fsoDel=CreateObject("Scripting.FileSystemObject")
FilePath=Server.MapPath(temp_fileurl)
if fsoDel.FileExists(FilePath)then '文件是否存在
fsoDel.Deletefile(FilePath) '删除文件
set fsoDel=nothing
end if
end if
end if
end sub
%> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询