joinPath
Joins path segments into a dot-separated path.
Presentation
function joinPath (segments: string[]): string;Returns
string -Joined path string
Parameters
| Name | Type | Description |
|---|---|---|
| segments | string[] | The path segments to join |
Joins path segments into a dot-separated path.
function joinPath (segments: string[]): string;string -Joined path string
| Name | Type | Description |
|---|---|---|
| segments | string[] | The path segments to join |