Online documentation, manuals and tutorials
< All Topics
Print

FileSaveDialog

Description

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

Properties

Specific

File name

EXPRESSION (string)

The file name to be used by default.

Filters

EXPRESSION (array:string)

If we want to limit which types of files appear inside the file save 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.

Examples

  • Screen Capture
Page content