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