ASP physics delete picture

xiaoxiao2021-03-06  103

Set objfso = server.createObject ("scripting.filesystemObject")

IF objfso.fileexists (Server.Mappath ("./ Upload / Product /" & Image (i))) THEN

Objfso.deletefile (Server.mAppath ("../ Upload / Product /" & Image (i)))

Error_show = error_show & "picture" & image (i) & "delete success ...
"

END IF

转载请注明原文地址:https://www.9cbs.com/read-96922.html

New Post(0)