# List Directory Content

## Overview

![The List Directory Content Node.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-f6cec90b79428c97ba92b019d061cbb34ee6d1ef%2Flistdirectorycontentupdatedimage.png?alt=media)

The **List Directory Content** returns all the folder and file contents of the *directory* given as input.

[**Scope**](https://docs.incari.com/incari-studio/2022.2/overview#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type       | Description                                                           |
| ----------------- | ---------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Directory`       | **String** | The *directory* whose contents will be returned.                      |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Content`          | **Array** | The contents of the specified *directory*, in **Array** form.                                                                          |

## See Also

* [**Get Current Directory**](https://docs.incari.com/incari-studio/2022.2/toolbox/io/getcurrentdirectory)
* [**Set Current Directory**](https://docs.incari.com/incari-studio/2022.2/toolbox/io/setcurrentdirectory)
