最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp 图片文件删除代码
时间:2022-07-02 23:10:19 编辑:袖梨 来源:一聚教程网
<%
function DelectImageFile(NewsID,i)
set DelectFile=server.CreateObject("scripting.filesystemobject")
CurrentPath=server.MapPath("images/news/")
FileName=CurrentPath & "" & NewsID & "-" & i & ".gif"
if DelectFile.FileExists(FileName) then
DelectImageFile="images/news/" & NewsID & "-" & i & ".gif"
exit function
else
FileName=CurrentPath & "" & NewsID & "-" & i & ".jpg"
if DelectFile.FileExists(FileName) then
DelectImageFile="images/news/" & NewsID & "-" & i & ".jpg"
exit function
else
DelectImageFile="images/news/" & NewsID & "-" & i & ".bmp"
exit function
end if
end if
end function
function DelectImageFile_Upload(NewsID,i)
set DelectFile=server.CreateObject("scripting.filesystemobject")
CurrentPath=server.MapPath("../images/news/")
FileName=CurrentPath & "" & NewsID & "-" & i & ".gif"
if DelectFile.FileExists(FileName) then
DelectImageFile_Upload= NewsID & "-" & i & ".gif"
exit function
else
FileName=CurrentPath & "" & NewsID & "-" & i & ".jpg"
if DelectFile.FileExists(FileName) then
DelectImageFile_Upload= NewsID & "-" & i & ".jpg"
exit function
else
FileName=CurrentPath & "" & NewsID & "-" & i & ".bmp"
if DelectFile.FileExists(FileName) then
DelectImageFile_Upload= NewsID & "-" & i & ".bmp"
exit function
else
DelectImageFile_Upload=""
exit function
end if
end if
end if
end function
相关文章
- 《奇迹暖暖》捞星星的女孩快速获取指南 08-02
- 《极无双2》常驻活动推荐玩法攻略 08-02
- 《碧蓝航线》海伦娜·META技能有哪些效果 08-02
- 好玩的竖屏手游2022推荐 08-02
- 《创造与魔法》希腊恋人服装获取条件说明 08-02
- 《炉石传说》特殊嫌疑任务攻略 08-02