Delete Folder
The Delete Folder component in Robbot RPA allows you to delete a folder from the specified directory on the remote desktop. This component provides a convenient way to remove unwanted or obsolete folders from the remote desktop.
Parameters
Directory : Specify the directory path where the folder is located. Enter the path of the directory that contains the folder you want to delete. Type : String
File Name : Enter the name of the folder you want to delete. Provide the exact folder name. Type : String
Result : Returns the status of the folder deletion operation. This parameter indicates whether the folder deletion was performed successfully (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 your sequence or workflow.
Configure the component by providing the necessary inputs:
Insert the directory path where the folder is located.
Enter the name of the folder you want to delete.
Continue building your sequence or workflow by adding other components or actions as needed.
Execute your sequence or workflow. The Delete Folder component will attempt to delete the specified folder from the remote desktop.
Check the Result output parameter to determine the status of the folder deletion operation.
By incorporating the Delete Folder component into your automation workflow, you can easily delete folders from the remote desktop, allowing you to manage and clean up unwanted folders efficiently.