Set fsoBorrar = CreateObject("Scripting.FileSystemObject") Path = server.mapPath(rutaDondeEstaElarchivo)&"/"&archivo if (fsoBorrar.FileExists(Path)) then fsoBorrar.DeleteFile (Path) end if