August 1999
Intermediate to advanced
1488 pages
72h 53m
English
filesystemobject.GetFolder(/Path/)
The GetFolder() method is used to get the specified folder object.
Listing 9.88 shows how to retrieve a folder object. An instance of the FileSystemObject is created and then used to get a folder name. Then the DateLastAccessed property is applied to the folder object to get the actual date that the folder was last accessed. The result is then returned to the user.
<html>
<body>
<script language="JScript">
<!-- Hide // function gets the folder object and then checks the date // property of when the folder was last accessed. function getfolder() { var myObject, afolder, date; // Creates an instance of ... |
Read now
Unlock full access