.. _`Copy files with Datasources`: .. _`org.sysess.sympathy.files.copyfileswithdsrc`: Copy files with Datasources =========================== .. image:: copy.svg :width: 48 Copy files to another location using a table with paths **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: [datasource] Files to be copied :port2: [datasource] File destinations to copy to *Output ports* :port1: [datasource] Copied files *Configuration*: **Do not raise exceptions** (error) If a file operation fails, do not raise an exception .. automodule:: node_file_operations .. class:: CopyFilesWithDatasources **Example flows** * :download:`FileOperations.syx `