Perform file operations on the local file system.
0.0.0.1 - Initial release.
0.0.0.3 - Project restructure.
0.0.0.5 - SupportedCluster update.
0.0.0.10 - Node name correction.
You can add this Node to a Workflow without authentication or external setup.
| Parameter |
Type |
Notes |
Path |
String |
The path of the file to read. |
| Parameter |
Type |
Notes |
Content |
Stream |
Stream content of file to read. |
| Parameter |
Type |
Notes |
Path |
String |
The path of the file to write. |
Content |
Stream |
Stream content of file to write. |
OverwriteExisting |
Boolean |
When enabled, existing files will be replaced during upload. Defaults to true. |
| Parameter |
Type |
Notes |
Path |
String |
TThe path of the file to copy. |
Destination |
String |
The destination folder to copy the file into. |
OverwriteExisting |
Boolean |
When enabled, an existing file at the destination will be replaced. Defaults to true. |
| Parameter |
Type |
Notes |
Path |
String |
TThe path of the file to move. |
Destination |
String |
The destination folder to move the file into. |
OverwriteExisting |
Boolean |
When enabled, an existing file at the destination will be replaced. Defaults to true. |
| Parameter |
Type |
Notes |
Path |
String |
The path of the file to read. |
| Parameter |
Type |
Notes |
Path |
String |
The path of the file to read. |
| Parameter |
Type |
Notes |
Metadata |
Object |
The metadata for the specified file/folder. |