Move File¶
Moves a file to new location using a datasource with the location
Documentation¶
Move one file from one location to another.
Definition¶
Input ports¶
- port1 datasource
File to be moved
- port2 datasource
New location
Output ports¶
- port1 datasource
Moved file
Configuration¶
- Do not raise exceptions (error)
If a file operation fails, do not raise an exception
Implementation¶
- class node_file_operations.MoveFile[source]