APGen Documentation Previous Topic: Output.WriteIffChanged Next Topic: Output.Write() Parent Topic: Output Object    Output Object
Output.LastModified
See Also:

The Output.LastModified property returns the date/time the output file was last modified.

Syntax

VBScript:

timeLastModified  = Output.LastModified

JScript:

timeLastModified  = Output.LastModified;

Object

Output The Output object.

Return Value

timeLastModified The date and time the file at Output.Path was last modified.

Applies To

Output Object