joinPath()

Joins the values of an array to make a path string.

This function is valid in v2.17.0 to v2.24.3. This function has been downloaded 50 times.

Parameter

{Array} arrPath
The array containing the path that should be converted to a string.

Returns

{string}
The string version of arrPath where the path is joined by dots and where any dots in the path are escaped.