Microsoft® JScript DateLastAccessed Property |
Language Reference Version 3 |
Returns the date and time that the specified file or folder was last accessed. Read-only.
object.DateLastAccessedThe object is always a File or Folder object.
The following code illustrates the use of the DateLastAccessed property with a file:function ShowFileAccessInfo(filespec) { var fs, f, s; fs = new ActiveXObject("Scripting.FileSystemObject"); f = fs.GetFile(filespec); s = filespec.toUpperCase() + "\n"; s += "Created: " + f.DateCreated + "\n"; s += "Last Accessed: " + f.DateLastAccessed + "\n"; s += "Last Modified: " + f.DateLastModified window.alert(s); }
Important This method depends on the underlying operating system for its behavior. If the operating system does not support providing time information, none will be returned.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js260.htm, 2KB, , updated: 1997/9/30 03:44, local time: 2024/11/22 11:41,
18.190.219.178:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://sxlist.com/techref/inet/iis/jscript/htm/js260.htm"> DateLastAccessed Property</A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
.