Save File
Saves byte array or text content to a file. The byte array takes priority over the string content, if specified.
#
Designer Properties- File Path Path to the file to be saved.
- File Content The string content to be saved in the file.
#
Properties#
Advanced- Byte array Byte array content to be saved in the file.
#
FileSee Designer Properties above.
#
General PropertiesSee General Properties.
#
MiscSee Misc.
#
Out ErrorSee Out Error.
#
ExampleSave content in txt file and open it with the default editor
In this example, we save the following content "This is a test content" to "ProjectsOutput\testFile.txt" and then open that txt file with the default editor.