.. _`Move File`: .. _`org.sysess.sympathy.files.movefile`: Move File ````````` .. image:: move.svg :width: 48 Moves a file to new location using a datasource with the location Documentation ::::::::::::: Move one file from one location to another. Definition :::::::::: Input ports ........... **port1** datasource File to be moved **port2** datasource New location Output ports ............ **port1** datasource Moved file Configuration ............. **Do not raise exceptions** (error) If a file operation fails, do not raise an exception Examples ........ * :download:`FileOperations.syx ` Implementation .............. .. automodule:: node_file_operations :noindex: .. class:: MoveFile :noindex: