Create File
The Create File component in Robbot RPA allows you to effortlessly generate new files within a specified folder. This component empowers users to streamline the process of file creation, providing a user-friendly and intuitive interface for seamless integration into their workflows.
Parameters
File Path : This parameter enables you to select the folder where you want to create the file. You can easily choose the desired folder by clicking the corresponding button, which opens a folder browser interface. Type : String
File Name : Enter the name of the file you want to create, along with its extension. For example, if you want to create a text file named "example.txt," you would enter "example.txt" as the value for this parameter. Type : String
Result : The Create File component returns the full file path as a string value. This path represents the location and name of the newly created file. Type : String
Usage
To use the Create File component in your Robbot RPA project, follow these steps:
Drag and drop the Create 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 desired folder location. Enter the desired File Name along with its extension. Continue building your sequence by adding other components or actions as needed.
Execute your sequence to create the specified file in the designated folder.
Ensure that you have appropriate access permissions for the target folder to ensure successful file creation. Exercise caution to avoid overwriting existing files with the same name in the specified folder.
By leveraging the Robbot RPA Create File component, you can seamlessly integrate file creation into your sequences, enhancing the automation capabilities of your Robbot RPA project.