Create File
Click to copy
Returns a file with a given name and contents.
Flow Connections
- [Input] In - starts the block's execution.
- [Output] Out - activates when the block has finished its execution.
Data Connections
- [Input] Name (string) - name of the file together with the extension.
- [Input] Contents (text) - contents of the file.
- [Output] File (file) - result of the operation.