Copy files

../../../../_images/copy.svg

Copy multiple files from one directory to another. Missing directories will be created if possible.

Input ports:
port1:

[datasource]

Files to be copied

Output ports:
port1:

[datasource]

Copied files

Configuration:
Directory (filename)
Manually enter a directory
Regex (use_regex)
Turn on/off naming using a regular expression
Search (pattern)
Specify the regular expression that will be used for matching
Replace (replace)
The string to replace the match found with the regular expression
Do not raise exceptions (error)
If a file operation fails, do not raise an exception
class node_file_operations.CopyFiles[source]