Towson University Home Page
My TU Directory Calendars Marketplace Library Maps
Search
About TU Academics Research Admissions Life@TU Arts and Culture Athletics Outreach Support TU
Contact Us


Stephens Hall clock towerSorry, page not found

We apologize for the inconvenience. Please check the URL again, or use the Search option to find the correct page. If necessary, please update your Web browser's bookmarks.

Please let us know about this broken link by filling out our Web Site Feedback Form.

 


   © 2006 • Towson University <% ' Local variables Dim loFs, lsFile, lsPath, loFile, ldLast Dim FileLastMod ' Create an instance of FileSystemObject object Set loFs = CreateObject("Scripting.FileSystemObject") ' Get the logical path of the current file ' (i.e. the file in which this code runs) lsFile = Request.ServerVariables("SCRIPT_NAME") ' Get the physical path of the file lsPath = Server.MapPath(lsFile) ' Get a handle/pointer to this file Set loFile = loFs.GetFile(lsPath) ' Get the "Last Modified" property of this file ldLast = loFile.DateLastModified ' Release the objects Set loFile = Nothing Set loFs = Nothing ' Write out the date in the long date ' format e.g. "MM/DD/YY" FileLastMod = CStr(FormatDateTime(ldLast, vblongdate)) Response.Write ("Last Updated: " & FileLastMod) %>   
   Towson University • 8000 York Road • Towson, Maryland • 21252-0001 • 410-704-2000 Copyright Information | Privacy Statement | Contact Us