# Remove

## Overview

![The Remove Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-566446d0cd9587d99414ad1748d50dc9db34b2dd%2Fremoveupdatedimage.png?alt=media)

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**](https://docs.incari.com/incari-studio/2023.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**. |
| `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**](https://docs.incari.com/incari-studio/2023.2/toolbox/io/createfile)
* [**List Directory Content**](https://docs.incari.com/incari-studio/2023.2/toolbox/io/listdirectorycontent)
