Action group: File system
Search for a folder in the system using the pattern for its name
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Start Directory | The path to the folder in which to search | Robin.FolderPath | C:\doc\img | Yes |
Recursive | Boolean variable, optional. If the value of the variable is True, then search in subfolders, otherwise only in the specified folder | Robin.Boolean | true | No |
Match pattern | Match pattern for folder name | Robin.String | Yes | |
Results | ||||
Result | List of folders paths that match the pattern | Robin.Collection |
None.
There is a folder RPA. You need to get a collection of paths to folders subfolders in the RPA folder whose names start with the letter V.
Use the "Search directories" action.
The program robot completed successfully. A folder matching the specified conditions is found.