Move Files¶
These nodes are for common file operations: copy, delete, rename, and remove. For many operations it is possible to use regular expressions to create new filenames, etc.
- 
class node_file_operations.MoveFiles[source]¶
- Move multiple Files from one location to another. - Inputs: - port1 : [datasource]
- Files to be moved 
- port2 : [datasource]
- New locations 
 - Outputs: - port1 : [datasource]
- Moved files 
 - Configuration: - Do not raise exceptions
- If a file operation fails, do not raise an exception