Using The Path Resolver Object To Work With Path Variable Strings
Perform the following steps to use the PathResolver Object:
1. |
Create an instance of the PathResolver object, using new PathResolver(). |
2. |
(Optional) Edit the variable list by calling Add. Any changes made will affect all toolkit functions that accept file paths as parameters. |
3. |
(Optional) Expand strings containing variables in the form "%key%", to fully qualified file paths by calling Resolve. |