Resolves a relative path against a base path and normalizes the result.
If the relative path is absolute, returns it directly. Otherwise, joins
the base and relative paths, then normalizes by resolving ".." (parent)
and "." (current) directory references.
Resolves a relative path against a base path and normalizes the result.
If the relative path is absolute, returns it directly. Otherwise, joins the base and relative paths, then normalizes by resolving ".." (parent) and "." (current) directory references.