Exist Folder
The Exist Folder component in Robbot RPA allows you to check whether a folder exists at a specified folder path. This component simplifies the process of checking folder existence and provides a user-friendly interface for seamless integration into your workflows.
Parameters
Folder Path : Click the button to select the location you want to check for the existence of the folder. Alternatively, you can manually enter the folder path into the textbox. Type : String
Result : The Exist Folder component returns the status of the operation as a boolean value. It indicates whether the folder exists (true) or not (false). Type : Boolean
Usage
To use the Exist Folder component in your Robbot RPA project, follow these steps:
Drag and drop the Exist Folder component into the sequence.
Configure the component by providing the necessary inputs:
Set the Folder Path parameter by clicking the button and selecting the location you want to check for the existence of the folder. Alternatively, manually enter the folder path into the textbox. Continue building your sequence by adding other components or actions as needed.
Execute your sequence to check the existence of the specified folder.
Ensure that you have appropriate access permissions to access the folder and its parent folders. Verify that the folder path is correct to ensure accurate results.
By utilizing the Robbot RPA Exist Folder component, you can easily incorporate folder existence checks into your sequences, enhancing the automation capabilities of your Robbot RPA project.