append Path
Utility method to append a path component to an existing path, this is simply path + '.' + other
.
Return
The new path
Parameters
path
The current path
other
The other path component
Utility method to append a path component to an existing path, this is simply path + '.' + other
.
The new path
The current path
The other path component