# Create Folder

The Create Folder action in the Avo Assure is found under the **@Generic Elemen**t is used to create a new folder in the particular location and store the result in an dynamic variable. &#x20;

### **Syntax**

**Input Value:** `<folder_path>;<folder_name>`&#x20;

| Argument                                | Description                                                        |
| --------------------------------------- | ------------------------------------------------------------------ |
| <p>\<Folder\_path></p><p>(Required)</p> | Specify the folder location where the user wants to create folder. |
| <p>\<folder\_name><br>(Required)</p>    | Define the appropriate folder name                                 |

**Output value:**&#x20;

| Argument                                                    | Description                                              |
| ----------------------------------------------------------- | -------------------------------------------------------- |
| \<Dynamic Variable>(Optional);\<Dynamic Variable>(Optional) | This variable stores the status as **true** or **false** |

**Example**

**Create a new folder at the specified path**\
\
The **Create Folder** action creates a new folder at the specified location using the given folder name (e.g., **C:\sam;ProjectFiles**). The newly created folder is stored at the designated path, and the action status is saved in the **{Status}** variable with the following possible values:

* **True** –   if the folder is created successfully
* **False** – if the action fails (e.g., due to invalid path or folder already existing)

<figure><img src="/files/YiiGU6uywJO0xUgDHwua" alt=""><figcaption></figcaption></figure>


---

# 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.avoautomation.com/avo-assure/actions/generic/file-and-folder-operations/create-folder.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.
