Combine
Combines two path strings.
| SYNTAX |
|
||||
| ARGUMENTS |
|
||||
| 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. |