Method GetFullPath
GetFullPath(string, string)
Returns an absolute path from a relative path and a fully qualified base path.
public static string GetFullPath(string path, string basePath)
Parameters
pathstringA relative path to concatenate to basePath.
basePathstringThe beginning of a fully qualified path. Path must exist.