白皮书下载
Save file dialog box
1、 Function description
The system file saving dialog box pops up. You can select the file saving path in the pop-up dialog box.
2、 Attribute description
● output to:Output the file path obtained by running the component to the variable.
● dialog title:The title of the save file dialog box pops up.
● format of saved documents:For example, "." represents any format and "*. TXT" represents that it can only be saved in TXT format.
3、 Use example
● The execution logic of this process:
After adding the save file dialog box component to the visual editing area, set the & ldquo; attribute on the right; Dialog title & rdquo; And & ldquo; Wildcard & rdquo; And assign the value to output to strret variable output. After running the component successfully, the save file dialog box pops up. Select the file and click OK. The variable receives the return value and can use the log output to check the contents.




