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 Required Specifies the full path of the file or folder to check.

Output

  • Result:Boolean Variable

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

Last updated