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
path
stringA relative path to concatenate to basePath.
basePath
stringThe beginning of a fully qualified path. Path must exist.