APGen Documentation Previous Topic: APGScript.Path Next Topic: APGScript.Debug Parent Topic: APGScript Object    APGScript Object
APGScript.LastModified
See Also:

The APGScript.LastModified property returns the most recent date/time that any of the source files was modified.

Syntax

VBScript:

dtLastModified  = oAPGScript.LastModified

JScript:

dtLastModified  = oAPGScript.LastModified;

Object

oAPGScript An APGScript object.

Return Value

dtLastModified  A date/time value specifying the most recent last modified date of any of the source files used by oAPGScript.

Notes

The tree of source files is traced to find the most recent last modified date, starting with the root script file and continuing with all include files.

Applies To

APGScript Object