# Move File

## Settings

<figure><img src="/files/D61yhva1w2Gg5ueXiujj" alt=""><figcaption><p>General object layout</p></figcaption></figure>

**Filling in the object:**

| Field                  | Description                                                                                                                                                                                                                                    |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Title                  | It's the object name and doesn't need to be changed, unless you want to identify it to make it easier to find on the robot, for example: "File Information - Creation Time".                                                                   |
| Object Identifier Name | It's a object unique identifier and doesn't need to be changed, but you can rename it if you want to find it more easily when using it on other objects. Just remember that this name must be unique and without spaces or special characters. |
| File                   | File that will me moved                                                                                                                                                                                                                        |
| Target Directory       | Storage directory for the new file.                                                                                                                                                                                                            |
| Overwrite              | Option to overwrite the file if a file with the same name already exists in the target directory.                                                                                                                                              |

## USE CASES

* Using to move a desired file to a new directory.&#x20;
* If necessary, you can move files to the correct folder in the middle of automation.&#x20;
* Organization of the robot project.&#x20;
* If you want to move the files into a new directory for better control.

## Example

Move desired file to another directory.

<figure><img src="/files/QgKwklV1WURDNaa8C3hT" alt=""><figcaption><p>Robot example setting - Move File</p></figcaption></figure>

**STEP 1:** To set Move File.

<figure><img src="/files/A6gFRx85Eh6U1I9KCSXu" alt=""><figcaption><p>Move File settings</p></figcaption></figure>

**STEP 2:** Run the robot and check the actions.

<figure><img src="/files/XLSb2D0GzXz3JOfmDkcb" alt=""><figcaption><p>Successfull Execution Robot Example - Move File</p></figcaption></figure>

## Download It:

{% file src="/files/KnBB0M6RHPpfkGLSa7gJ" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboteasy.tech/studio-en/studio/objetos/arquivos/mover-arquivo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
