---
title: "Join Paths"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/os/joinpaths
markdown: https://docs.nodetool.ai/nodes/lib/os/joinpaths.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/os/joinpaths.md
---

# Join Paths

**Type:** `lib.os.JoinPaths`

**Namespace:** `lib.os`

## Description

Joins path components.
    path, join, combine

    Use cases:
    - Build file paths
    - Create cross-platform paths

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| paths | `list[str]` | Path components to join | `[]` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |

## Related Nodes

Browse other nodes in the [lib.os](./) namespace.
