Copy files with Datasources¶
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.CopyFilesWithDatasources[source]¶
- Copies the input file datasources, to the locations designated in the second datasources input, element by element. Missing directories will be created if possible. - Inputs: - port1 : [datasource]
- Files to be copied 
- port2 : [datasource]
- File destinations to copy to 
 - Outputs: - port1 : [datasource]
- Copied files 
 - Configuration: - Do not raise exceptions
- If a file operation fails, do not raise an exception