Skip to main content
Version: v0.18.0

FileWrite

Alias:FileWrite, WriteToFile

Output:Unit

Writes a file to the local file system.

ParameterTypeRequiredPositionDefault ValueSummary
Stream
Data
string✔1The data to write to file.
Pathstring✔2The path of the file to write to.
Compressbool3falseWhether to compress the data when writing the file.
EncodingEncodingEnum4UTF8 no BOMThe encoding to use to write the file