Skip to content
On this page

Select File

Description

This activity opens a dialog, allows you to select a file and returns full path of the selected file.

Properties

CategoryPropertyTypeDescription
InputFilterIn(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
OuputSelected FileOut(String)The full path of the file stored in a string variable.

A product of IRTech Company