|
APGen Object |
|
See Also: |
The APGen.WriteIffChanged property sets/returns the default setting for Output.WriteIffChanged in child APG scripts.
VBScript:
JScript:
| oAPGen | An APGen object. |
| boolWIC | True: Overwrite output files only if the contents are changed. False (Default) : Always overwrite output files. |
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.