string GetAbsoluteFrom (string relativePath, string referencePath)
Determines an absolute path given a relative path and a reference path to create the absolute path from. Returns the relative path argument if it is absolute to begin with.
Exceptions:
OutOfMemoryException | Thrown when a low memory situation occurs. |
Parameters:
relativePath | Pathname of the relative file. |
referencePath | Full pathname of the reference file. |
Returns:
The absolute from.
Last modified date: 10/14/2020