Function mergeStringPaths
- mergeStringPaths(path1, path2, delimiter?, filterEmptyOutput?, filterEmptyInput?, useJson?, uriEncodeParts?): string
Parameters
- path1: string
- path2: string
- delimiter: string = PATH_DELIMITER
- filterEmptyOutput: boolean = false
- filterEmptyInput: boolean = true
- useJson: boolean = true
- uriEncodeParts: boolean = false
Returns string
Merge two path strings.