APGen Documentation Previous Topic: ScriptArguments.RemoveAll() Next Topic: Util.ConcatPath() Parent Topic: APGen Object Reference    APGen Object Reference
Util Object
See Also:

The Util object provides utility functions for APG scripts.

Syntax

Util.method

Methods

ConcatPath() Combines a path with a (relative?) path.  The resulting path is returned.
BuildRelativePath() Returns the relative path from path A to path B.
OpenFileDialog() Uses the standard Windows Open File Dialog to select one or more files.
HTMLEncode() Converts a string to so it can be safely displayed in HTML.
URLEncode() Applies URL encoding rules to a string.
XMLEncode() Converts a string to so it can be safely inserted in an XML document.

Notes

To use the Util object in C++, see the IAPGUtil interface in <install dir>\include\APGen.h.