.. _`Copy files with Datasources (deprecated)`: .. _`org.sysess.sympathy.files.copyfileswithdsrc`: Copy files with Datasources (deprecated) ```````````````````````````````````````` .. image:: copy.svg :width: 48 Copy files to another location using a table with paths .. warning:: This node is deprecated and will be removed in version 8.0.0. Documentation ::::::::::::: Copies the input file datasources, to the locations designated in the second datasources input, element by element. Missing directories will be created if possible. Definition :::::::::: Input ports ........... **port1** | Type: [datasource] | Description: Files to be copied **port2** | Type: [datasource] | Description: File destinations to copy to Output ports ............ **port1** | Type: [datasource] | Description: Copied files Configuration ............. **Do not raise exceptions** (error) If a file operation fails, do not raise an exception Examples ........ Example flows demonstrating this node: * :download:`FileOperations.syx ` Implementation .............. .. automodule:: node_file_operations :noindex: .. class:: CopyFilesWithDatasources :noindex: