APGen Documentation Previous Topic: APGen.BufferOutput Next Topic: APGen.Logon Parent Topic: APGen Object    APGen Object
APGen.WriteIffChanged
See Also:

The APGen.WriteIffChanged property sets/returns the default setting for Output.WriteIffChanged in child APG scripts.

Syntax

VBScript:

oAPGen.WriteIffChanged [= boolWIC ]

JScript:

oAPGen.WriteIffChanged [= boolWIC ] ;

Object

oAPGen An APGen object.

Parameters

boolWIC True: Overwrite output files only if the contents are changed.
False (Default) : Always overwrite output files.

Notes

Child APGScript objects (scripts run or opened by this APGen object) inherit the APGen.WriteIffChanged value for their Output.WriteIffChanged property. This gives developers an easy way to set overwrite behavior for multiple scripts.

Applies To

APGen Object