Move File
The Move File component in Robbot RPA allows you to move a file from one location to another folder. This component simplifies the process of file relocation and provides a user-friendly interface for seamless integration into your workflows.
Parameters
Source File Path : Click the button to select the file that you want to move to another folder. Type : String
Target File Path : Click the button to select the destination folder where you want to move the file. Type : String
Result : The Move File component returns the status of the operation as a boolean value. It indicates whether the file was moved successfully (true) or if any errors occurred during the process (false). Type : Boolean
Usage
To use the Move File component in your Robbot RPA project, follow these steps:
Drag and drop the Move File component into the sequence.
Configure the component by providing the necessary inputs:
Set the Source File Path parameter by clicking the button and selecting the file that you want to move. Set the Target File Path parameter by clicking the button and selecting the destination folder where you want to move the file. Continue building your sequence by adding other components or actions as needed.
Execute your sequence to move the file from the source location to the specified destination folder.
Ensure that you have appropriate access permissions for both the source file and the target folder. Take caution when selecting the file and destination folder to ensure accurate relocation.
By utilizing the Robbot RPA Move File component, you can easily automate the process of moving files between folders, streamlining your file management tasks within your Robbot RPA project.