> For the complete documentation index, see [llms.txt](https://docs.visualyze.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visualyze.ai/rpa-studio/file/common/path-exists.md).

# Path Exists

Checks if file/folder path exists or not.

This activity checks if the user-specified file or directory path exists or not.

### Input

* **Path:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) <mark style="color:red;">`Required`</mark>\
  Specifies the full path of the file or folder to check.

### Output

* **Result:**[`Boolean Variable`](/getting-started/rpa-studio/variables.md#boolean)

  Specifies a variable to store a boolean value to indicate whether the user-specified path exists or not.
