---
title: "Copy File"
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/copyfile
markdown: https://docs.nodetool.ai/nodes/lib/os/copyfile.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/os/copyfile.md
---

# Copy File

**Type:** `lib.os.CopyFile`

**Namespace:** `lib.os`

## Description

Copy a file from source to destination path.
    files, copy, manage

    Use cases:
    - Create file backups
    - Duplicate files for processing
    - Copy files to new locations

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| source_path | `str` | Source file path | `` |
| destination_path | `str` | Destination file path | `` |

## Outputs

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

## Related Nodes

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