|
Script Object |
|
See Also: |
The Script.LastModified property returns the most recent date/time that any of the source files was modified.
VBScript:
JScript:
| Script | The Script object. |
| dtLastModified | A date/time value specifying the most recent last modified date of any of the source files used by the script. |
The tree of source files is walked to find the file with the most recent last modified date, starting with the root script file and continuing with all include files.