Create File
Create a file from a text content
Description
Description
Create a file instance in the local database from a text content.
The newly created file is not persisted. Use the brick Persist Object
to do so.
Inputs
- Control Flow (Control Flow)
- file name (String): The name of the file to be created.
- content (String): The content of the file.
- mime type (String): The MIME type of the file to be created.
Outputs
- Control Flow (Control Flow)
- Error Flow (Error Flow)
- file (File)