# File Exists

Check if a specified file exist or not on terminal.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MAlPVpH3WRwBy16c7JY%2F-MAlQBZuuTnc6hyzKSVQ%2Fimage.png?alt=media\&token=5c9534b7-ca05-4ac4-b408-2207cd5a5295)

### Parameters

* **File** *\<string> -* The name of the file that user wants to find. Please insert only the file name (full path of the file).
* **Target** *\<unquoted string> -* The control or variable that saves the result of this action. If the file is found, the returned value is 1, otherwise is 0.

{% hint style="warning" %}
Wildchar '\*' is not allowed in parameter **File**.
{% endhint %}
