Gracias X responder
Mira para eso estoy haciendo esta funcion:
Cita: function Renombra_archivo(archivo,nuev_nombre)
dim FSO
Set FSO = Server.CreateObject("Scripting.FileSystemObject")
if FSO.FileExists(archivo) then
response.Write(archiv&" Existe<br>")
'aqui falta para renombrar
end if
Set FSO = Nothing
end function
como te daras cuenta me falta justo la parte en que renombro el archivo.
¿Me podrian Ayudar?
Gracias--->