# Save Image

> Save Image activity that enables you to save an image to your disk.

`UiPath.UIAutomationNext.Activities.NSaveImage`

## Description

Enables you to save an image to your disk.

## Project compatibility

**Windows** | **Cross-platform**

## Configuration

* **FileName** - The full file path where you want to save the image, and its name.
* **Image** - The image that you want to save to your disk. Only Image variables are supported.

Properties panel

### Options

* **Continue on error** - Specifies if the automation should continue even when the activity throws an error. This field only supports `Boolean` values (**True**, **False**). The default value is **False**. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to **True**, the execution of the project continues regardless of any error.

    :::note
    If this activity is included in **Try Catch** and the value of the **ContinueOnError** property is **True**, no error is caught when the project is executed.
    :::

### Timings

* **Timeout** - Specify the amount of time (in seconds) to wait for the activity to be executed before throwing an error. The default value is 30 seconds.

### Input/Output

* **Saved file** - The file saved as a `UiPath.Platform.ResourceHandling.ILocalResource`.
