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

# Move File

**Type:** `lib.os.MoveFile`

**Namespace:** `lib.os`

## Description

Move a file from source to destination path.
    files, move, manage

    Use cases:
    - Organize files into directories
    - Process and archive files
    - Relocate completed files

## Properties

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

## Outputs

_(none)_

## Related Nodes

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