File

Writes the msg.payload  into a file in the filesystem. The payload can be added to the content of a file or replace the content of a file.

AttributeValuesRemarks
Filenamerelative or absolute path to the fileReferences the file in the filesystem. Relative paths must be from the working directory of the Node-RED microservice. We recommend, whenever possible, to use absolute paths.
Outputa single uft8 string|a msg per line|a single Buffer object|a stream of Buffers Select how the node outputs the content of the file. 
Encodingdefault or select a value from the drop-downIf default is selected, the original encoding of the source file is kept. Otherwise, the selected encoding is used.
Nametrue|falseEnter a self-explaining name of the node. If you leave this field empty, the generic name displays in the dashboard.

File in

Imports the content of a file from the filesystem or a hotfolder to the msg.payload.

AttributeValuesRemarks
Filenamerelative or absolute path to the fileReferences the file in the filesystem. Relative paths must be from the working directory of the Node-RED microservice. We recommend, whenever possible, to use absolute paths.
Outputa single uft8 string|a msg per line|a single Buffer object|a stream of BuffersSelect how the node outputs the content of the file. 
Encodingdefault or select a value from the drop-downIf default is selected, the original encoding of the source file is kept. Otherwise, the selected encoding is used.
Nametrue|falseEnter a self-explaining name of the node. If you leave this field empty, the generic name displays in the dashboard.

Watch

Watches a directory and/or files for changes. Use this node for example, to trigger a hotfolder flow.

AttributeValuesRemarks
File(s)comma-separated, relative or absolute path to the files and/or directoriesReferences the files and directories in the filesystem. Relative paths must be from the working directory of the Node-RED microservice. We recommend, whenever possible, to use absolute paths.
Watch sub-directories recursivelytrue|falseIf the file(s) property points to a directory, set this to true to watch also sub-directories. 
Nametrue|falseEnter a self-explaining name of the node. If you leave this field empty, the generic name displays in the dashboard.

Tail

Injects parameters that were retrieved with an Inject node into content of a file.

AttributeValuesRemarks
Filenamerelative or absolute path to the fileReferences the file in the filesystem. Relative paths must be from the working directory of the Node-RED microservice. We recommend, whenever possible, to use absolute paths.
File typeText returns string|Binary - returns BufferSelect how the node outputs the content of the file. 
Split onregular expressionDefine a regular expression to split the content of the file.
Nametrue|falseEnter a self-explaining name of the node. If you leave this field empty, the generic name displays in the dashboard.