Select File
Description
This activity opens a dialog, allows you to select a file and returns full path of the selected file.
Properties
Category | Property | Type | Description |
---|---|---|---|
Input | Filter | In(String) | Used to specify the type of file you want to select. This filter should contain a description of the filter and followed by a vertical bar (|) and the filter pattern. If you want to select multiple file types, separate them with a semicolon (“;”). Use Asterisk to get all files. The default value is: All files E.g: Image files (.bmp, .jpg)|.bmp;.jpg| .Excel files (.xlsx)|.xlsx |
Ouput | Selected File | Out(String) | The full path of the file stored in a string variable. |