# Abrir Pasta

## CONFIGURAÇÃO

Para utilizar esse objeto basta selecionar o diretório desejado.

![Layout geral do objeto](/files/olCrYAoVg3wFIPdwWbpm)

**Preenchendo o objeto:**

| Campo                        | Descritivo                                                                                                                                                                                                                                                       |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Título                       | É o nome do objeto e **não precisa ser alterado**, a menos que você queira identificá-lo para facilitar a localização dele no robô, por exemplo: "Abrir Pasta - Dados Empresa".                                                                                  |
| Nome Identificador do Objeto | É um identificador único do objeto e **não precisa ser alterado**, mas você pode renomear caso queira para localizá-lo mais facilmente quando for usá-lo em outros objetos. Apenas lembre-se que esse nome deve ser único e sem espaços ou caracteres especiais. |
| Diretório                    | Seleciona a pasta desejada para abertura                                                                                                                                                                                                                         |

{% hint style="info" %}
**INTERPOLAÇÃO**

Trata-se de um conceito técnico utilizado em programação e você não precisa se preocupar em alterá-lo neste momento.
{% endhint %}

## CASOS DE USO

* Utilizar para abrir pastas criadas dentro do seu computador/máquina.
* Caso seja necessário após a automação verificar se os arquivos foram para a pasta desejada e em seguida continuar a execução do robô.

## EXEMPLO

**Criar vários arquivos e abrir a pasta para verificar os documentos nela.**

<details>

<summary>ITENS UTILIZADOS NO ROBÔ</summary>

**Objetos:** [Criar Word](/studio/geral-1/objetos/word/criar-word.md) - [Criar Excel](/studio/geral-1/objetos/integration/microsoft/office365/pasta-de-trabalho/criar-excel.md) - [Criar PPT](/studio/geral-1/objetos/powerpoint/criar-ppt.md)

**Documentos:** Word, Excel e PowerPoint simples.

</details>

<figure><img src="/files/SMlU6FcSaYMVf1NQL6dY" alt=""><figcaption><p>Configuração Robô Exemplo Abrir Pasta</p></figcaption></figure>

**PASSO 1:** Configurar Criar Word.

<figure><img src="/files/VMZAT9grYOalxYFWP9yQ" alt=""><figcaption><p>Configuração Criar Word</p></figcaption></figure>

**PASSO 2:** Configurar Criar Excel.

<figure><img src="/files/VOxaou13pnN0y7Q7Kwxu" alt=""><figcaption><p>Configuração Criar Excel</p></figcaption></figure>

**PASSO 3:** Configurar Criar PPT.

<figure><img src="/files/MDs59O9MIDXls6ClJF1u" alt=""><figcaption><p>Configuração Criar PPT</p></figcaption></figure>

**PASSO 4:** Configurar Abrir Pasta.

<figure><img src="/files/nm0pDPM63CeCV7lhdiG7" alt=""><figcaption><p>Configuração Abrir Pasta</p></figcaption></figure>

**PASSO 5:** Executar o robô e verificar as ações.

<figure><img src="/files/fLo754uc5EarG6LfNxXg" alt=""><figcaption><p>Execução Sucesso Robô Exemplo Abrir Pasta</p></figcaption></figure>

## Baixar o Robô

{% file src="/files/64ZabQaJe8MCmrYBCI7u" %}


---

# 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/geral-1/objetos/pastas/abrir-pasta.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.
