> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.13.0/helmut4-components/streamdesigner/nodes/actions/cosmo-16/cosmo-create-folder-structure-action.md).

# Cosmo Create Folder Structure Action

### Cosmo Create Folder Structure Action

The **Cosmo Create Folder Structure Action** node creates a folder, also called a bin, structure inside a Cosmo project.

This node can be used to automatically create one or more nested folders in a project, for example when an asset is indexed or when a workflow needs to prepare a predefined folder structure.

<figure><img src="/files/1HuH0aqWQTmq7KlCrCJV" alt="" width="346"><figcaption><p>Cosmo Create Folder Structure Action</p></figcaption></figure>

***

#### Configurable Settings

**Async**

Enable or disable asynchronous execution.

**Project ID**

The ID of the Cosmo project in which the folder structure should be created.

Example values:

* `{project.id}`
* `60a23ca03b99a1a9f1bc8564`

**Folder Path**

The folder hierarchy that should be created.

Use forward slashes `/` as separators for nested folders. Leading and trailing slashes are added automatically if they are omitted.

Example values:

* `Camera Card/Card01`
* `folder/subfolder1/subfolder2`
* `{job.breadcrumb}`

***

#### Example

If the **Folder Path** is set to:

```
Camera Card/Card01
```

the node creates the following folder structure inside the selected Cosmo project:

```
Camera Card
└── Card01
```

<figure><img src="/files/zVUpTeiG1cSGOAUy8kIo" alt=""><figcaption><p>Camera Card/Card01 bin</p></figcaption></figure>
