Combine

Combines two path strings.

SYNTAX
Combine(path1, path2) 
ARGUMENTS

path1 First path
path2 Second path

RETURN A string containing the combined path entries. If one of the specified paths is a zero-length string, this function returns the other path.

If path2 contains an absolute path, the function returns path2.