Description
Displays a window where a user could select a specified folder location.
Attributes
Output
- SelectedFolder - The full path of the selected folder as an output.
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
- DisplayName - Renames the activity.
Example
- Create a String variable and name it folder.
- Add a Select Folder activity in the Sequence, and in the SelectedFolder field in the Properties panel, add the folder variable.
- After the Select Folder, add a Write Line activity.
- In the Write Line Text field, add the folder variable. This displays the folder path of the selected folder.
The use case should look like the following screenshot:
The output should look something like this in the Output panel: