> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2024.1/toolbox/io/remove.md).

# Remove

## Overview

![The Remove Node.](/files/3uCj6PSnomrJI4N38XrI)

The **Remove** **Node** deletes a file specified by the user. The file *path* has to be given as input and the output is a **Boolean** indicating whether the operation was successful.

[**Scope**](/incari-studio/2024.1/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type       | Description                                                           |
| ----------------- | ---------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Path`            | **String** | The *path* of the file to be removed.                                 |

## 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. |
| `Success`          | **Bool**  | Returns *true* or *false*, depending on whether the file removal was successful.                                                       |

## See Also

* [**Create File**](/incari-studio/2024.1/toolbox/io/createfile.md)
* [**List Directory Content**](/incari-studio/2024.1/toolbox/io/listdirectorycontent.md)
