# node-red-contrib-file-manager
A Node Red node for handling file operations...

The nodes and functions provided are:

  ## save-file - To create a file from Buffer object

The nodes flow :<br />
![alt text](https://github.com/flw18/image-source-ref/blob/main/nd-ref/Capture.PNG?raw=true)

Set Node variable :<br />
![alt text](https://github.com/flw18/image-source-ref/blob/main/nd-ref/Capture2.PNG?raw=true)

Output :<br />
![alt text](https://github.com/flw18/image-source-ref/blob/main/nd-ref/Capture3.PNG?raw=true)

Testing Data send :<br />
![alt text](https://github.com/flw18/image-source-ref/blob/main/nd-ref/Capture4.PNG?raw=true)

  ## move-file - To move a file to another location

The nodes flow :<br />
![alt text](https://github.com/flw18/image-source-ref/blob/main/nd-ref/move1.PNG?raw=true)

Set Node variable :<br />
![alt text](https://github.com/flw18/image-source-ref/blob/main/nd-ref/move2.PNG?raw=true)

Before Move :<br />
![alt text](https://github.com/flw18/image-source-ref/blob/main/nd-ref/move3.PNG?raw=true)

After Move :<br />
![alt text](https://github.com/flw18/image-source-ref/blob/main/nd-ref/move4.PNG?raw=true)
