Delete Folder
The Delete Folder component in Robbot RPA allows you to effortlessly delete a folder and its contents from the specified folder path. This component is designed to simplify the process of folder deletion and provides a user-friendly interface for seamless integration into your workflows.
Parameters
Folder Path : Use this parameter to select the folder you want to delete. By clicking the button, you can navigate through your system and choose the desired folder. Type : String
Result : The Delete Folder component returns the status of the operation as a boolean value. It indicates whether the folder deletion was performed correctly (true) or encountered an error (false). Type : Boolean
Usage
To use the Delete Folder component in your Robbot RPA project, follow these steps:
Drag and drop the Delete 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 folder you want to delete. Continue building your sequence by adding other components or actions as needed.
Execute your sequence to delete the specified folder and its contents.
Ensure that you have appropriate access permissions for the folder to be deleted. Take caution when selecting the folder to ensure that you do not unintentionally delete important data.
By utilizing the Robbot RPA Delete Folder component, you can easily incorporate folder deletion into your sequences, enhancing the automation capabilities of your Robbot RPA project.