Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/11/2004, 06:09
Avatar de angel_dope
angel_dope
 
Fecha de Ingreso: noviembre-2002
Ubicación: Valencia
Mensajes: 737
Antigüedad: 22 años, 5 meses
Puntos: 8
Vale, ya lo he conseguido, he tenido que poner en el archivo de origen la ruta física, con eso ha funcionado. Y tb se puede hacer usando el Server.Mappath
Código PHP:
<%
Dim filesysdemofile
Set filesys 
CreateObject("Scripting.FileSystemObject")
Set demofile filesys.GetFile(Server.Mappath ("./prueba/prueba.txt"))
demofile.Name "funciona.adp"
%> 
__________________
Vayamos por Partes :: Jack el Destripador