Online documentation, manuals and tutorials
< All Topics
Print

FileOpenDialog

Description

Displays the system file open dialog and sends the set file path to the file_path output.

Properties

Specific

Filters

EXPRESSION (array:string)

If we want to limit which types of files appear inside the file open dialog, then we can specify the filter list as array:string, for example ["PNG Images|png", "JPG Images|jpg", "GIF Images|gif"]. This is an optional property and if it is not set then all files will be displayed.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

file_path

DATA(string) | MANDATORY

Output to which the set file path is sent.

Page content