Copy file¶
These nodes are for common file operations: copy, delete, rename, and remove. For many operations it is possible to use regular expressions to create new filenames, etc.
- 
class node_file_operations.CopyFile[source]¶
- Copy a file from one directory to another. Missing directories will be created if possible. - Inputs: - port1 : datasource
- Datasource of file to be copied 
 - Outputs: - port1 : datasource
- Datasource of copied file 
 - Configuration: - Filename
- Manually enter a filename, if not using a regular expression 
- 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 regular expression 
- Do not raise exceptions
- If a file operation fails, do not raise an exception