Copy file¶
-
class
node_file_operations.
CopyFile
[source]¶ Copy a file to another location. It is possible to name the copy using regular expressions.
Inputs: - Datasource : DataSource
Path to the file to copy.
Outputs: - Datasource : DataSource
Path to the copied file.
Configuration: Configure the name of the new file.
- RegEx
Turn on/off naming using a regular expression.
- RegEx pattern
Specify the regular expression that will be used for matching.
- Replacement string
The string to replace the match found with the RegEx pattern.
- Filename
Manually enter a filename, if not using a regular expression.