---
title: "move · RUAL Documentation"
description: "Moves the given files to a new destination."
canonical: https://docs.rual.nl/block-types/files/file_move
language: en
---

# move

This block is part of the [`files`](https://docs.rual.nl/block-types/files) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

Moves the given files to a new destination.

- flow `flow`

- files required `file`

- destination required `value`

- flow `flow`

- success `condition`

- error `value`

- files `file`

A typical wiring for [move](https://docs.rual.nl/block-types/files/file_move): [branch](https://docs.rual.nl/block-types/flow/branch) feeds the `flow` pin; [resize](https://docs.rual.nl/block-types/files/function_resize_image) feeds the `file` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `value` pin; the `flow` out pin feeds [branch](https://docs.rual.nl/block-types/flow/branch).

![Studio canvas example for the move block: typical wiring for move.](https://docs.rual.nl/canvas-examples/file_move.png)

### Commonly used with

In production blueprints, this block is most often wired together with:

- [branch](https://docs.rual.nl/block-types/flow/branch): wired in both directions with this block.

- [resize](https://docs.rual.nl/block-types/files/function_resize_image): feeds into this block. resize given images with new dimensions.

- [set fields](https://docs.rual.nl/block-types/mutations/mutations_set_bp_field_multiple): this block feeds into it. Generates an array of mutations based on the given filled fields.

- [value](https://docs.rual.nl/block-types/value/value_default): feeds into this block. Simply returns the provided value.

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
