List Folder
The List Folder component in Robbot RPA allows you to fetch the paths of folders on the remote desktop. This component provides a way to retrieve the full paths of all the folders within a specified directory on the remote desktop.
Parameters
Directory : Insert the directory path from which you want to list folders. Specify the full path to the directory as a string. Type : String
Result : Returns a list of full paths of the folders within the specified directory. Each folder path is represented as a string in the list. Type : List(string)
Usage
To use the List Folder component in your Robbot RPA project, follow these steps:
Drag and drop the List Folder component into your sequence or workflow.
Configure the component by providing the necessary inputs:
Insert the directory path from which you want to list folders.
Continue building your sequence or workflow by adding other components or actions as needed.
Execute your sequence or workflow. The List Folder component will fetch the full paths of all the folders within the specified directory on the remote desktop.
Retrieve the Result parameter to access the list of folder paths.
Iterate through the list of folder paths and perform desired actions or operations on each folder.
By incorporating the List Folder component into your automation workflow, you can efficiently retrieve the paths of folders on the remote desktop and leverage the retrieved folder paths for further processing or actions in your Robbot RPA project.