Exist Folder
The Exist Folder component in Robbot RPA allows you to check if a folder exists on the remote desktop. This component provides a way to verify the presence of a specific folder within a specified directory on the remote desktop.
Parameters
Directory : Insert the directory path where you want to check for the folder. Provide the full path to the directory as a string. Type : String
Folder Name : Insert the name of the folder you want to check for existence. Specify the folder name as a string. Type : String
Result : Returns the status of the operation, indicating whether the folder exists or not. If the folder is found in the specified directory, the result will be true. If the folder is not found or any error occurs during the operation, the result will be 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 your sequence or workflow.
Configure the component by providing the necessary inputs:
Insert the directory path where you want to check for the folder.
Insert the name of the folder you want to check for existence.
Continue building your sequence or workflow by adding other components or actions as needed.
Execute your sequence or workflow. The Exist Folder component will check if the specified folder exists in the specified directory on the remote desktop.
Check the Result parameter to determine the status of the operation. If the folder exists, the result will be true. If the folder does not exist or any error occurs, the result will be false.
By incorporating the Exist Folder component into your automation workflow, you can easily verify the presence of a folder on the remote desktop and perform subsequent actions based on the existence or non-existence of the folder.