Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/08/2008, 11:20
Avatar de ACX_POISON
ACX_POISON
 
Fecha de Ingreso: abril-2008
Ubicación: Talca-Chile
Mensajes: 750
Antigüedad: 17 años
Puntos: 7
Respuesta: Sabes de freeASPUpload ?

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--->
__________________
Me junto con los que Saben, Queriendo Saber.