Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/04/2004, 10:35
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Con FSO podrías lograrlo.
En tu archivo include (que, por cierto, cambiale la extención INC por ASP.. es más seguro), colocá esto:


<%
Set FSO = Server.CreateObject("Scripting.FileSystemObject")
Set archivo = FSO.GetFile("home.asp")
fecha_de_modificacion = archivo.DateLastModified
set FSO = Nothing
%>


y luego, en home.asp:

<% = fecha_de_modificacion %>
__________________
...___...