joinRemotePath
function joinRemotePath(...segments: string[]): string;Defined in: src/utils/path.ts:85
Joins remote path segments and normalizes the result.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
…segments | string[] | Remote path segments to concatenate. |
Returns
Section titled “Returns”string
A normalized remote path.
Throws
Section titled “Throws”ConfigurationError When any joined segment contains unsafe characters.