<html><body><FONT COLOR=#ff0000><%dim fs, fset fs=Server.CreateObject("Scripting.FileSystemObject")set f=fs.GetFile(Server.MapPath("testread.txt"))Response.Write("The file testread.txt was last accessed on: " & f.DateLastAccessed)set f=nothingset fs=nothing%></FONT></body></html>