ทำได้แล้วคร้าบ เย้....
if filepath<>"" then
'ลบไฟล์รูปภาพที่รับค่ามาจากฐานข้อมูล
Set filepic = Server.CreateObject("Scripting.FileSystemObject")
if filepic.FileExists(Server.MapPath(filepath)) then
filepic.DeleteFile Server.MapPath(filepath)
end if
set filepic=nothing
end if