'Use this node to read and write files on the same computer running n8n. To handle files between different computers please use other nodes (e.g. FTP, HTTP Request, AWS).',
name:'info',
type:'notice',
default:'',
},
{
displayName:'Operation',
name:'operation',
type:'options',
noDataExpression: true,
options:[
{
name:'Read File(s) From Disk',
value:'read',
description:'Retrieve one or more files from the computer that runs n8n',
action:'Read File(s) From Disk',
},
{
name:'Write File to Disk',
value:'write',
description:'Create a binary file on the computer that runs n8n',