| Name | Description |
| App.GetPath (string, string) | If a given path is absolute, it's returned; if the path is relative, it's interpreted as being relative to a given file name, converted to an absolute path, and returned. |
| App.GetPath (XmlReader, string, string) | Reads a specified attribute of the current element of an XmlReader and interprets as a path: if the path is absolute, it's returned; if the path is relative, it's interpreted as being relative to a given file name, converted to an absolute path, and returned. |