- getPathArray(path, delimiter?, filterEmptyOutput?, filterEmptyInput?, useJson?, uriDecodeParts?): any[]
Parameters
- path: string
- delimiter: string = PATH_DELIMITER
- filterEmptyOutput: boolean = false
- filterEmptyInput: boolean = true
- useJson: boolean = true
- uriDecodeParts: boolean = true
Returns any[]
Get the path segments from a path string.