FileWrite
Alias:FileWrite
, WriteToFile
Output:Unit
Writes a file to the local file system.
Parameter | Type | Required | Position | Default Value | Summary |
---|---|---|---|---|---|
Stream Data | string | ✔ | 1 | The data to write to file. | |
Path | string | ✔ | 2 | The path of the file to write to. | |
Compress | bool | 3 | false | Whether to compress the data when writing the file. | |
Encoding | EncodingEnum | 4 | UTF8 no BOM | The encoding to use to write the file |