<html> <body><% Set fs = Server.CreateObject("Scripting.FileSystemObject") Set rs = fs.GetFile(Server.MapPath("/example/aspe/demo_aspe_lastmodified.asp")) modified = rs.DateLastModified %>
تا£؛<%response.write(modified) Set rs = Nothing Set fs = Nothing %>
</body> </html>