Clean Folder
The Clean Folder component in Robbot RPA is a powerful tool designed to efficiently delete all files within a specified folder. It offers a convenient solution for managing and maintaining clean file systems. With this component, you can easily remove all files in a folder without the need for manual deletion.
Parameters
Folder Path : When you click the button, you must choose the folder you want to clean on the screen that appears in front of you. Provide the path of the folder you want to clean. Type : String
Result : The Clean Folder component provides a boolean result that indicates the status of the operation. It returns true if the operation was executed successfully, indicating that all files within the specified folder have been deleted. Conversely, it returns false if any issues were encountered during the process. Type : Boolean
Usage
To use the Clean Folder component in your Robbot RPA project, follow these steps:
Drag and drop the Clean Folder component into the sequence.
Configure the component by providing the necessary input:
Set the Folder Path parameter by clicking the button and selecting the folder you want to clean. Continue building your sequence by adding other components or actions as needed.
Execute your sequence to clean the specified folder by deleting all files within it.
Ensure that you have appropriate access permissions for the folder you want to clean. Take caution when using this component, as it permanently deletes all files within the specified folder.
By utilizing the Robbot RPA Clean Folder component, you can automate the process of cleaning folders and ensure a well-maintained file system within your Robbot RPA project.