.. _`Copy files`: .. _`org.sysess.sympathy.files.copyfiles`: Copy files `````````` .. image:: copy.svg :width: 48 Copy files to another location. It is possible to name the copies using a regular expression. Documentation ::::::::::::: Copy multiple files from one directory to another. Missing directories will be created if possible. Definition :::::::::: Input ports ........... **port1** [datasource] Files to be copied Output ports ............ **port1** [datasource] Copied files Configuration ............. **Do not raise exceptions** (error) If a file operation fails, do not raise an exception **Directory** (filename) Manually enter a directory **Search** (pattern) Specify the regular expression that will be used for matching. Learn more about Regular expression syntax in the documentation appendix. **Replace** (replace) The string to replace the match found with the regular expression **Regex** (use_regex) Turn on/off naming using a regular expression Implementation .............. .. automodule:: node_file_operations :noindex: .. class:: CopyFiles :noindex: