Skip to main content

Create Folder

The Create Folder component in Robbot RPA allows you to create a folder within a specified directory on the remote desktop. This component facilitates the organization and management of files and folders by providing the capability to programmatically create new folders.

Parameters

Directory : Specify the directory path where you want to create the new folder. Enter the path of the parent folder within which the new folder will be created. Type : String

Folder Name : Enter the name of the folder you want to create. Provide a unique name for the new folder within the specified directory. Type : String

Result : Returns the full path of the created folder. This parameter provides the full path of the newly created folder, allowing you to access and utilize it in subsequent components or actions. Type : String

Usage

To use the Create Folder component in your Robbot RPA project, follow these steps:

Drag and drop the Create Folder component into your sequence or workflow.

Configure the component by providing the necessary inputs:

Insert the directory path where you want to create the new folder.

Insert the desired folder name.

Continue building your sequence or workflow by adding other components or actions as needed, leveraging the created folder in subsequent operations.

Execute your sequence or workflow. The Create Folder component will create a new folder within the specified directory on the remote desktop.

Retrieve the full path of the created folder from the Result output parameter if needed for further processing or reference in your automation workflow.

By incorporating the Create Folder component into your automation workflow, you can dynamically create folders on the remote desktop, enhancing the organization and management of files and directories.