Move File

../../../../_images/move.svg

Move one file from one location to another.

Ports:

Inputs:

port1:

datasource

File to be moved

port2:

datasource

New location

Outputs:

port1:

datasource

Moved file

Configuration:

error
If a file operation fails, do not raise an exception

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.MoveFile[source]