TheBestNotes Study Guide by Diane Clapsaddle
Copyright ©2015 TheBestNotes, All Rights Reserved.
Any Further Distribution without written consent of TheBestNotes.com is strictly prohibited.
Clapsaddle, Diane. "TheBestNotes on Hoot".
TheBestNotes.com.
. <%
varLocale = SetLocale(2057)
file = Request.ServerVariables("PATH_TRANSLATED")
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.GetFile(file)
LastModified = f.datelastmodified
response.write FormatDateTime(LastModified, 1)
Set f = Nothing
Set fs = Nothing
%>
>.