Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/05/2003, 06:28
Avatar de maestro
maestro
 
Fecha de Ingreso: febrero-2002
Ubicación: España
Mensajes: 2.364
Antigüedad: 23 años, 2 meses
Puntos: 1
<%
'Añadir lineas a un fichero
set FSO = Server.CreateObject("Scripting.FileSystemObject")
set oFich = FSO.OpenTextFile(Server.MapPath("prueba.txt"), 8)
'8=ForAppending Abre un archivo y escribe al final del mismo.
oFich.WriteLine ("Esta es la nueva línea que hemos añadido.")
oFich.Close
set oFich = nothing
%>

Toma, leete esto, mas cosillas sobre el FSO, cosecha propia.
http://faqsdelweb.com/index.php?num=3&f_id=2&s_id=30
__________________
Jose Maria Fernandez
[email protected]
Http://www.expansionweb.net