Save to File
Save content to a file. Enable 'Create directories' to automatically create any missing parent directories in the path.
Category: File & Folder Operations · Group: Files · Activity name: SaveToFile

Example
SaveToFile("<content>", "<filePath>", createDirectories=False)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Content | string | Yes | The content that will be written to the file. | |
| File Path | string | Yes | The full system path of the file to be saved. If the file does not exist, it will be created. | |
| Create directories | boolean | False | Automatically create any missing parent directories in the file path. |