Folder Exists

Checks if the given folder exists or not.

This activity checks if the user-specified folder/directory exists or not.

Input

  • Folder Name: String Argument Required Specifies the full path of the folder.

Output

  • Result:Boolean Variable

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

Last updated