Find file storage node

I am trying to find a source for the File Storage node. This is the one with just an input connection and stores text as a file.
Can anyone tell me where it has gone to.

The File node is still in the core set of nodes included with Node-RED.

Where are you using Node-RED? We do disable the node in the IBM Cloud instance because when running in Cloud Foundry the file system is ephemeral and shouldn't be used for long-term storage.

That is the File node, except that it does have an output, it passes on the input message when the write is complete as sometimes that can be useful if one wants to take further action after the write.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.