|
APGen Object Reference |
|
See Also: |
The Util object provides utility functions for APG scripts.
| 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. |
To use the Util object in C++, see the IAPGUtil interface in <install dir>\include\APGen.h.