Skip to content

joinRemotePath

function joinRemotePath(...segments: string[]): string;

Defined in: src/utils/path.ts:85

Joins remote path segments and normalizes the result.

ParameterTypeDescription
segmentsstring[]Remote path segments to concatenate.

string

A normalized remote path.

ConfigurationError When any joined segment contains unsafe characters.