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